1 # 2 # $NetBSD: GENERIC.in,v 1.40 2004/09/04 23:29:46 manu Exp $ 3 # 4 # Generic atari 5 # 6 7 #if defined(TT030_KERNEL) || defined(FALCON_KERNEL) 8 include "arch/atari/conf/std.atari" 9 #elif defined (HADES_KERNEL) 10 include "arch/atari/conf/std.hades" 11 #elif defined (MILAN_KERNEL) 12 include "arch/atari/conf/std.milan" 13 #endif 14 15 options INCLUDE_CONFIG_FILE # embed config file in kernel binary 16 17 # 18 # Add support for about 16 users. This variable is used to size 19 # various kernel structures. 20 # 21 maxusers 16 22 23 options HZ=64 # Set the clock-rate (48/64/96) 24 25 # Standard system options 26 options INSECURE # disable kernel security levels 27 #options NTP # NTP phase/frequency locked loop 28 29 # Enable experimental buffer queue strategy for better responsiveness under 30 # high disk I/O load. Use it with caution - it's not proven to be stable yet. 31 #options NEW_BUFQ_STRATEGY 32 33 # 34 # (Co)processors this kernel should support 35 # 36 #if defined(TT030_KERNEL) || defined(FALCON_KERNEL) 37 options M68030 # support for 030 38 options FPU_EMULATE # Support for MC68881/MC68882 emulator 39 #if !defined(INSTALL_KERNEL) 40 options M68040 # support for 040 41 options FPSP # 68040 Floatingpoint support 42 #endif 43 #else /* for the Hades & Milan: */ 44 options M68040 # support for 040 45 options M68060 # support for 060 46 options FPSP # 68040 Floatingpoint support 47 options M060SP # MC68060 software support (Required for 060) 48 #endif 49 50 # 51 # Networking options 52 # 53 options INET # IP + ICMP + TCP + UDP 54 55 #ifndef INSTALL_KERNEL 56 options INET6 # IPV6 57 #options IPSEC # IP security 58 #options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 59 #options IPSEC_DEBUG # debug for IP security 60 #options GATEWAY # packet forwarding 61 #options MROUTING # IP multicast routing 62 #options PIM # Protocol Independent Multicast 63 options NS # XNS 64 #options NSIP # XNS tunneling over IP 65 options ISO,TPIP # OSI 66 #options EON # OSI tunneling over IP 67 options CCITT,LLC,HDLC # X.25 68 #ifndef NO_PHYS_NETWORK 69 options NETATALK # AppleTalk networking protocols 70 #endif 71 #endif 72 73 options PPP_BSDCOMP # BSD-Compress compression support for PPP 74 options PPP_DEFLATE # Deflate compression support for PPP 75 options PPP_FILTER # Active filter support for PPP (requires bpf) 76 77 #ifndef INSTALL_KERNEL 78 options PFIL_HOOKS # pfil(9) packet filter hooks 79 options IPFILTER_LOG # ipmon(8) log support 80 #options IPFILTER_DEFAULT_BLOCK # block packages by default 81 82 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 83 84 #options ALTQ # Manipulate network interfaces' output queues 85 #options ALTQ_BLUE # Stochastic Fair Blue 86 #options ALTQ_CBQ # Class-Based Queueing 87 #options ALTQ_CDNR # Diffserv Traffic Conditioner 88 #options ALTQ_FIFOQ # First-In First-Out Queue 89 #options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box) 90 #options ALTQ_HFSC # Hierarchical Fair Service Curve 91 #options ALTQ_LOCALQ # Local queueing discipline 92 #options ALTQ_PRIQ # Priority Queueing 93 #options ALTQ_RED # Random Early Detection 94 #options ALTQ_RIO # RED with IN/OUT 95 #options ALTQ_WFQ # Weighted Fair Queueing 96 #endif 97 98 # File systems 99 file-system FFS # Berkeley fast file system 100 file-system MFS # Memory based filesystem 101 file-system KERNFS # Kernel parameter filesystem 102 file-system MSDOSFS # MSDOS filesystem 103 file-system CD9660 # ISO 9660 filesystem with Rock Ridge 104 105 #ifndef INSTALL_KERNEL 106 file-system NFS # Network File System client side code 107 file-system PROCFS # Process filesystem 108 file-system FDESC # /dev/fd 109 file-system NULLFS # Loopback filesystem 110 file-system OVERLAY # overlay filesystem 111 file-system UNION # union file system 112 file-system UMAPFS # null file system (with uid & gid remapping) 113 file-system PORTAL # portal file system 114 file-system EXT2FS # second extended file system (linux) 115 file-system LFS # log-structured file system 116 #endif 117 118 #ifndef INSTALL_KERNEL 119 # File system options 120 options QUOTA # Disk quotas for local disks 121 #options FFS_EI # FFS Endian Independant support 122 options SOFTDEP # FFS soft updates support. 123 options NFSSERVER # Network File System server side code 124 #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 125 # immutable) behave as system flags. 126 #endif 127 128 # 129 # Misc. debugging options 130 # 131 options PANICWAIT # Require keystroke to dump/reboot 132 options DDB # Kernel debugger 133 #ifndef INSTALL_KERNEL 134 options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 135 #options DEBUG # expensive debugging checks/support 136 #endif 137 138 # 139 # Compatibility options for various existing systems 140 # 141 options COMPAT_43 # 4.3 BSD compatible system calls (required) 142 options COMPAT_10 # Compatibility to NetBSD1.0 143 options COMPAT_11 # Compatibility to NetBSD1.1 144 options COMPAT_12 # Compatibility to NetBSD1.2 145 options COMPAT_13 # Compatibility to NetBSD1.3 146 options COMPAT_14 # Compatibility to NetBSD1.4 147 options COMPAT_15 # Compatibility to NetBSD1.5 148 options COMPAT_16 # Compatibility to NetBSD1.6 149 #ifndef INSTALL_KERNEL 150 #options COMPAT_09 # has no meaning on the atari 151 #options COMPAT_SUNOS # Support to run Sun-3 executables 152 #options COMPAT_SVR4 # Support to run SVR4 executables 153 #options COMPAT_LINUX # Support to run Linux/m68k executables 154 #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 155 #endif 156 options COMPAT_AOUT_M68K # Compatibility to a.out executables 157 options EXEC_AOUT # a.out format executables 158 159 #ifndef INSTALL_KERNEL 160 # 161 # Support for System V IPC facilities. 162 # 163 options SYSVSHM # System V shared memory 164 options SYSVMSG # System V messages 165 options SYSVSEM # System V semaphores 166 #options SEMMNI=10 # number of semaphore identifiers 167 #options SEMUME=10 # max number of undo entries per proc. 168 #options SEMMNU=30 # number of undo structures in system 169 options P1003_1B_SEMAPHORE # p1003.1b semaphore support 170 #endif 171 172 #ifndef INSTALL_KERNEL 173 # 174 # Support for various kernel options 175 # 176 options KTRACE # Add kernel tracing system call 177 options SYSTRACE # system call vetting via systrace(1) 178 options DIAGNOSTIC # Add additional error checking code 179 options USERCONF # userconf(4) support 180 #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 181 options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 182 #else /* INSTALL_KERNEL */ 183 options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 184 #endif 185 186 # These options enable verbose messages for several subsystems. 187 # Warning, these may compile large string tables into the kernel! 188 #ifndef INSTALL_KERNEL 189 options SCSIVERBOSE # human readable SCSI error messages 190 #endif 191 #if defined(HADES_KERNEL) || defined(MILAN_KERNEL) 192 options MIIVERBOSE # verbose PHY autoconfig messages 193 options PCIVERBOSE # verbose PCI device autoconfig messages 194 #options PCI_CONFIG_DUMP # verbosely dump PCI config space 195 #endif 196 197 # 198 # Atari specific options 199 # 200 #options KFONT_8x8 # Use 8x8 font instead of 8x16 201 options ST_POOL_SIZE=22 # smallest that allows TT-HIGH 202 #if defined(TT030_KERNEL) || defined(HADES_KERNEL) 203 options TT_SCSI # SCSI-support for TT 204 options TT_VIDEO # Graphics support for TT 205 #options ET4000_HAS_2MB_MEM # et4000 with 2 MB video memory 206 #endif 207 #ifdef FALCON_KERNEL 208 options FALCON_SCSI # SCSI-support for Falcon 209 options FALCON_VIDEO # Graphics support for FALCON 210 #endif 211 options MEMORY_DISK_HOOKS # Boot RAM-disk 212 options DISKLABEL_NBDA # NetBSD disklabels (required) 213 options DISKLABEL_AHDI # NetBSD/AHDI disklabels 214 #ifndef INSTALL_KERNEL 215 options SERCONSOLE # modem1 console support 216 options RELOC_KERNEL # TT/Falcon: relocate kernel to TT-RAM 217 options MSGBUFSIZE=32768 # size of kernel msg. buffer 218 #options STATCLOCK # Separate {stat,prof}clock 219 #endif 220 221 #ifndef INSTALL_KERNEL 222 # Try linked commands on all targets 223 options TRY_SCSI_LINKED_COMMANDS=0x7f 224 #endif 225 226 # 227 # Build one kernel that can boot from any disk. 228 # 229 config netbsd root on ? type ? 230 231 pseudo-device sl # Slip 232 pseudo-device ppp # ppp 233 #ifndef NO_PHYS_NETWORK 234 pseudo-device pppoe # PPP over Ethernet (RFC 2516) 235 #endif 236 pseudo-device pty # pseudo-terminals 237 pseudo-device loop # Loopback network 238 pseudo-device vnd 3 # 3 pseudo disks (see vnconfig) 239 pseudo-device md 3 # Boot memory disk 240 241 #ifndef INSTALL_KERNEL 242 pseudo-device bpfilter 2 # berkeley packet filters 243 pseudo-device tun 2 # network tunnel 244 #pseudo-device gre 2 # generic L3 over IP tunnel 245 pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 246 #pseudo-device faith 1 # IPv[46] tcp relay translation i/f 247 #pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation 248 #ifndef NO_PHYS_NETWORK 249 pseudo-device vlan # IEEE 802.1q encapsulation 250 pseudo-device bridge # simple inter-network bridging 251 #endif 252 pseudo-device ccd 4 # concatenating disk driver 253 #pseudo-device cgd 4 # cryptographic disk driver 254 pseudo-device raid 8 # RAIDframe disk driver 255 options RAID_AUTOCONFIG # auto-configuration of RAID components 256 # Options to enable various other RAIDframe RAID types. 257 # options RF_INCLUDE_EVENODD=1 258 # options RF_INCLUDE_RAID5_RS=1 259 # options RF_INCLUDE_PARITYLOGGING=1 260 # options RF_INCLUDE_CHAINDECLUSTER=1 261 # options RF_INCLUDE_INTERDECLUSTER=1 262 # options RF_INCLUDE_PARITY_DECLUSTERING=1 263 # options RF_INCLUDE_PARITY_DECLUSTERING_DS=1 264 pseudo-device ipfilter # IP filtering device 265 pseudo-device rnd # /dev/random and in-kernel generator 266 pseudo-device clockctl # user control of clock subsystem 267 #pseudo-device pf # PF packet filter 268 #pseudo-device pflog # PF log if 269 #endif 270 271 #if defined(HADES_KERNEL) || defined(MILAN_KERNEL) 272 273 # MII/PHY support 274 exphy* at mii? phy ? # 3Com internal PHYs 275 inphy* at mii? phy ? # Intel 82555 PHYs 276 iophy* at mii? phy ? # Intel 82553 PHYs 277 ukphy* at mii? phy ? # generic unknown PHYs 278 279 # PCI network interfaces 280 # If unsure, check the port-atari page for tested cards. 281 ep* at pci? dev ? function ? # 3Com 3c59x 282 fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B 283 284 285 # 286 # This is the only tested audio card at the moment. 287 # 288 eso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive 289 audio* at eso? 290 291 #endif /* defined(HADES_KERNEL) || defined(MILAN_KERNEL) */ 292 293 # 294 # Hardware options for GENERIC are in the various machine type specific files 295 # 296