1 # 2 # $NetBSD: FALCON,v 1.39 2001/07/08 16:34:03 abs 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.4 2001/04/10 06:28:38 leo Exp $ 9 # NetBSD: GENERIC.in,v 1.4 2001/07/08 16:32:15 abs 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 18 include "arch/atari/conf/std.atari" 19 20 #ident "GENERIC-$Revision: 1.39 $" 21 22 #Add support for about 16 users. This variable is used to size 23 #various kernel structures. 24 25 maxusers 16 26 27 options HZ=64 # Set the clock-rate (48/64/96) 28 29 #X11R6 related options 30 31 options UCONSOLE # Allow xconsole to work 32 33 #Standard system options 34 options INSECURE # disable kernel security levels 35 #options NTP # NTP phase/frequency locked loop 36 37 #(Co)processors this kernel should support 38 39 options M68030 # support for 030 40 options FPU_EMULATE # Support for MC68881/MC68882 emulator 41 42 options M68040 # support for 040 43 options FPSP # 68040 Floatingpoint support 44 45 #Networking options 46 47 options INET # IP + ICMP + TCP + UDP 48 49 options 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 55 options NS # XNS 56 #options NSIP # XNS tunneling over IP 57 options ISO,TPIP # OSI 58 #options EON # OSI tunneling over IP 59 options CCITT,LLC,HDLC # X.25 60 options NETATALK # AppleTalk networking protocols 61 62 options PPP_BSDCOMP # BSD-Compress compression support for PPP 63 options PPP_DEFLATE # Deflate compression support for PPP 64 options PPP_FILTER # Active filter support for PPP (requires bpf) 65 66 options PFIL_HOOKS # pfil(9) packet filter hooks 67 options 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 73 file-system FFS # Berkeley fast file system 74 file-system MFS # Memory based filesystem 75 file-system KERNFS # Kernel parameter filesystem 76 file-system MSDOSFS # MSDOS filesystem 77 file-system CD9660 # ISO 9660 filesystem with Rock Ridge 78 79 file-system NFS # Network File System client side code 80 file-system PROCFS # Process filesystem 81 file-system FDESC # /dev/fd 82 file-system NULLFS # Loopback filesystem 83 file-system OVERLAY # overlay filesystem 84 file-system UNION # union file system 85 file-system UMAPFS # null file system (with uid & gid remapping) 86 file-system PORTAL # portal file system 87 file-system EXT2FS # second extended file system (linux) 88 file-system LFS # log-structured file system 89 90 #File system options 91 options QUOTA # Disk quotas for local disks 92 #options FFS_EI # FFS Endian Independant support 93 options SOFTDEP # FFS soft updates support. 94 options 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 100 options PANICWAIT # Require keystroke to dump/reboot 101 options DDB # Kernel debugger 102 103 options 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 108 options COMPAT_43 # 4.3 BSD compatible system calls (required) 109 options COMPAT_10 # Compatibility to NetBSD1.0 110 options COMPAT_11 # Compatibility to NetBSD1.1 111 options COMPAT_12 # Compatibility to NetBSD1.2 112 options COMPAT_13 # Compatibility to NetBSD1.3 113 options 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 EXEC_ELF32 # 32-bit ELF executables (Linux, SVR4) 120 #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 121 122 #Support for System V IPC facilities. 123 124 options SYSVSHM # System V shared memory 125 options SYSVMSG # System V messages 126 options SYSVSEM # System V semaphores 127 128 #Support for various kernel options 129 130 options KTRACE # Add kernel tracing system call 131 options DIAGNOSTIC # Add additional error checking code 132 133 #These options enable verbose messages for several subsystems. 134 #Warning, these may compile large string tables into the kernel! 135 136 options SCSIVERBOSE # human readable SCSI error messages 137 138 #Atari specific options 139 140 #options KFONT_8x8 # Use 8x8 font instead of 8x16 141 options ST_POOL_SIZE=22 # smallest that allows TT-HIGH 142 143 options FALCON_SCSI # SCSI-support for Falcon 144 options FALCON_VIDEO # Graphics support for FALCON 145 146 options MEMORY_DISK_HOOKS # Boot RAM-disk 147 options DISKLABEL_NBDA # NetBSD disklabels (required) 148 options DISKLABEL_AHDI # NetBSD/AHDI disklabels 149 150 options SERCONSOLE # modem1 console support 151 options RELOC_KERNEL # TT/Falcon: relocate kernel to TT-RAM 152 options STATCLOCK # Separate {stat,prof}clock 153 154 #Try linked commands on all targets 155 options TRY_SCSI_LINKED_COMMANDS=0x7f 156 157 #Build one kernel that can boot from any disk. 158 159 config netbsd root on ? type ? 160 161 pseudo-device sl # Slip 162 pseudo-device ppp # ppp 163 pseudo-device pty # pseudo-terminals 164 pseudo-device loop # Loopback network 165 pseudo-device vnd 3 # 3 pseudo disks (see vnconfig) 166 pseudo-device md 2 # Boot memory disk 167 168 pseudo-device bpfilter 2 # berkeley packet filters 169 pseudo-device tun 2 # network tunnel 170 #pseudo-device gre 2 # generic L3 over IP tunnel 171 pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 172 #pseudo-device faith 1 # IPv[46] tcp relay translation i/f 173 #pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation 174 pseudo-device vlan # IEEE 802.1q encapsulation 175 pseudo-device ccd 4 # concatenating disk driver 176 #pseudo-device raid 4 # RAIDframe disk driver 177 #options RAID_AUTOCONFIG # auto-configuration of RAID components 178 pseudo-device ipfilter # IP filtering device 179 pseudo-device rnd # /dev/random and in-kernel generator 180 181 #Hardware options for GENERIC are in the various machine type specific files 182 183 pseudo-device view 4 # View (graphics mapping) 184 185 pseudo-device mouse 1 # mouse 186 187 #The following sections describe various hardware options. 188 189 ncrscsi0 at mainbus0 # NCR5380 SCSI driver 190 scsibus0 at ncrscsi0 # SCSI bus 191 zs0 at mainbus0 # Serial support through 8530 192 grfbus0 at mainbus0 # bitmapped display's 193 grfcc0 at grfbus0 # graphics driver 194 ite0 at grfcc0 # console 195 nvr0 at mainbus0 # nvram driver 196 197 grfcc1 at grfbus0 # 2nd graphics driver 198 ite1 at grfcc1 # 2nd tty 199 grfcc2 at grfbus0 # 3rd graphics driver 200 ite2 at grfcc2 # 3rd tty 201 lp0 at mainbus0 # centronics printer 202 ser0 at mainbus0 # UART on first 68901 (ttyB0) 203 204 wdc0 at mainbus0 # IDE-bus 205 wd* at wdc? channel ? drive ? 206 207 # ATAPI bus support 208 atapibus* at wdc? channel ? 209 210 #ATAPI devices 211 cd* at atapibus? drive ? # ATAPI CD-ROM drives 212 213 #SCSI devices 214 sd* at scsibus? target ? lun ? # SCSI disk drives 215 st* at scsibus? target ? lun ? # SCSI tape drives 216 cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 217 218 ch* at scsibus? target ? lun ? # SCSI autochangers 219 ss* at scsibus? target ? lun ? # SCSI scanners 220 se* at scsibus? target ? lun ? # SCSI ethernet 221 uk* at scsibus? target ? lun ? # SCSI unknown 222 223