1 1.1 leo # 2 1.15 leo # $NetBSD: GENERIC.in,v 1.16 2002/04/12 22:29:14 leo Exp $ 3 1.1 leo # 4 1.1 leo # Generic atari 5 1.1 leo # 6 1.1 leo 7 1.1 leo #if defined(TT030_KERNEL) || defined(FALCON_KERNEL) 8 1.1 leo include "arch/atari/conf/std.atari" 9 1.1 leo #elif defined (HADES_KERNEL) 10 1.1 leo include "arch/atari/conf/std.hades" 11 1.1 leo #elif defined (MILAN_KERNEL) 12 1.1 leo include "arch/atari/conf/std.milan" 13 1.1 leo #endif 14 1.1 leo 15 1.1 leo # 16 1.1 leo # Add support for about 16 users. This variable is used to size 17 1.1 leo # various kernel structures. 18 1.1 leo # 19 1.1 leo maxusers 16 20 1.1 leo 21 1.1 leo options HZ=64 # Set the clock-rate (48/64/96) 22 1.1 leo 23 1.1 leo #if !defined(INSTALL_KERNEL) || defined(INSTALLX_KERNEL) 24 1.1 leo # 25 1.1 leo # X11R6 related options 26 1.1 leo # 27 1.1 leo options UCONSOLE # Allow xconsole to work 28 1.1 leo #endif 29 1.1 leo 30 1.1 leo # Standard system options 31 1.1 leo options INSECURE # disable kernel security levels 32 1.1 leo #options NTP # NTP phase/frequency locked loop 33 1.1 leo 34 1.1 leo # 35 1.1 leo # (Co)processors this kernel should support 36 1.1 leo # 37 1.1 leo #if defined(TT030_KERNEL) || defined(FALCON_KERNEL) 38 1.1 leo options M68030 # support for 030 39 1.1 leo options FPU_EMULATE # Support for MC68881/MC68882 emulator 40 1.1 leo #if !defined(INSTALL_KERNEL) 41 1.1 leo options M68040 # support for 040 42 1.1 leo options FPSP # 68040 Floatingpoint support 43 1.1 leo #endif 44 1.1 leo #else /* for the Hades & Milan: */ 45 1.1 leo options M68040 # support for 040 46 1.1 leo options M68060 # support for 060 47 1.1 leo options FPSP # 68040 Floatingpoint support 48 1.1 leo options M060SP # MC68060 software support (Required for 060) 49 1.1 leo #endif 50 1.1 leo 51 1.1 leo # 52 1.1 leo # Networking options 53 1.1 leo # 54 1.10 lukem options INET # IP + ICMP + TCP + UDP 55 1.1 leo 56 1.1 leo #ifndef INSTALL_KERNEL 57 1.1 leo options INET6 # IPV6 58 1.1 leo #options IPSEC # IP security 59 1.1 leo #options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 60 1.1 leo #options IPSEC_DEBUG # debug for IP security 61 1.10 lukem #options GATEWAY # packet forwarding 62 1.10 lukem #options MROUTING # IP multicast routing 63 1.10 lukem options NS # XNS 64 1.10 lukem #options NSIP # XNS tunneling over IP 65 1.10 lukem options ISO,TPIP # OSI 66 1.10 lukem #options EON # OSI tunneling over IP 67 1.10 lukem options CCITT,LLC,HDLC # X.25 68 1.10 lukem options NETATALK # AppleTalk networking protocols 69 1.10 lukem #endif 70 1.10 lukem 71 1.10 lukem options PPP_BSDCOMP # BSD-Compress compression support for PPP 72 1.10 lukem options PPP_DEFLATE # Deflate compression support for PPP 73 1.10 lukem options PPP_FILTER # Active filter support for PPP (requires bpf) 74 1.1 leo 75 1.1 leo #ifndef INSTALL_KERNEL 76 1.10 lukem options PFIL_HOOKS # pfil(9) packet filter hooks 77 1.10 lukem options IPFILTER_LOG # ipmon(8) log support 78 1.1 leo #options IPFILTER_DEFAULT_BLOCK # block packages by default 79 1.4 abs 80 1.4 abs #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 81 1.1 leo #endif 82 1.1 leo 83 1.1 leo # File systems 84 1.1 leo file-system FFS # Berkeley fast file system 85 1.1 leo file-system MFS # Memory based filesystem 86 1.1 leo file-system KERNFS # Kernel parameter filesystem 87 1.1 leo file-system MSDOSFS # MSDOS filesystem 88 1.1 leo file-system CD9660 # ISO 9660 filesystem with Rock Ridge 89 1.1 leo 90 1.1 leo #ifndef INSTALL_KERNEL 91 1.1 leo file-system NFS # Network File System client side code 92 1.1 leo file-system PROCFS # Process filesystem 93 1.1 leo file-system FDESC # /dev/fd 94 1.1 leo file-system NULLFS # Loopback filesystem 95 1.1 leo file-system OVERLAY # overlay filesystem 96 1.1 leo file-system UNION # union file system 97 1.1 leo file-system UMAPFS # null file system (with uid & gid remapping) 98 1.1 leo file-system PORTAL # portal file system 99 1.1 leo file-system EXT2FS # second extended file system (linux) 100 1.1 leo file-system LFS # log-structured file system 101 1.1 leo #endif 102 1.1 leo 103 1.1 leo #ifndef INSTALL_KERNEL 104 1.1 leo # File system options 105 1.1 leo options QUOTA # Disk quotas for local disks 106 1.1 leo #options FFS_EI # FFS Endian Independant support 107 1.10 lukem options SOFTDEP # FFS soft updates support. 108 1.1 leo options NFSSERVER # Network File System server side code 109 1.1 leo #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 110 1.1 leo # immutable) behave as system flags. 111 1.1 leo #endif 112 1.1 leo 113 1.1 leo # 114 1.1 leo # Misc. debugging options 115 1.1 leo # 116 1.1 leo options PANICWAIT # Require keystroke to dump/reboot 117 1.1 leo options DDB # Kernel debugger 118 1.1 leo #ifndef INSTALL_KERNEL 119 1.1 leo options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 120 1.1 leo #options DEBUG # expensive debugging checks/support 121 1.1 leo #endif 122 1.1 leo 123 1.1 leo # 124 1.3 wiz # Compatibility options for various existing systems 125 1.1 leo # 126 1.1 leo options COMPAT_43 # 4.3 BSD compatible system calls (required) 127 1.1 leo options COMPAT_10 # Compatibility to NetBSD1.0 128 1.1 leo options COMPAT_11 # Compatibility to NetBSD1.1 129 1.1 leo options COMPAT_12 # Compatibility to NetBSD1.2 130 1.1 leo options COMPAT_13 # Compatibility to NetBSD1.3 131 1.1 leo options COMPAT_14 # Compatibility to NetBSD1.4 132 1.1 leo #ifndef INSTALL_KERNEL 133 1.1 leo #options COMPAT_09 # has no meaning on the atari 134 1.1 leo #options COMPAT_SUNOS # Support to run Sun-3 executables 135 1.1 leo #options COMPAT_SVR4 # Support to run SVR4 executables 136 1.1 leo #options COMPAT_LINUX # Support to run Linux/m68k executables 137 1.4 abs #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 138 1.1 leo #endif 139 1.10 lukem options COMPAT_AOUT_M68K # Compatibility to a.out executables 140 1.10 lukem options EXEC_AOUT # a.out format executables 141 1.1 leo 142 1.1 leo #ifndef INSTALL_KERNEL 143 1.1 leo # 144 1.1 leo # Support for System V IPC facilities. 145 1.1 leo # 146 1.1 leo options SYSVSHM # System V shared memory 147 1.1 leo options SYSVMSG # System V messages 148 1.1 leo options SYSVSEM # System V semaphores 149 1.5 leo #options SEMMNI=10 # number of semaphore identifiers 150 1.5 leo #options SEMUME=10 # max number of undo entries per proc. 151 1.5 leo #options SEMMNU=30 # number of undo structures in system 152 1.1 leo #endif 153 1.1 leo 154 1.1 leo #ifndef INSTALL_KERNEL 155 1.1 leo # 156 1.1 leo # Support for various kernel options 157 1.1 leo # 158 1.1 leo options KTRACE # Add kernel tracing system call 159 1.1 leo options DIAGNOSTIC # Add additional error checking code 160 1.14 jdolecek #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 161 1.14 jdolecek #else /* INSTALL_KERNEL */ 162 1.14 jdolecek options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 163 1.1 leo #endif 164 1.1 leo 165 1.1 leo # These options enable verbose messages for several subsystems. 166 1.1 leo # Warning, these may compile large string tables into the kernel! 167 1.1 leo #ifndef INSTALL_KERNEL 168 1.1 leo options SCSIVERBOSE # human readable SCSI error messages 169 1.1 leo #endif 170 1.1 leo #if defined(HADES_KERNEL) || defined(MILAN_KERNEL) 171 1.15 leo options MIIVERBOSE # verbose PHY autoconfig messages 172 1.1 leo options PCIVERBOSE # verbose PCI device autoconfig messages 173 1.1 leo #options PCI_CONFIG_DUMP # verbosely dump PCI config space 174 1.1 leo #endif 175 1.1 leo 176 1.1 leo # 177 1.1 leo # Atari specific options 178 1.1 leo # 179 1.1 leo #options KFONT_8x8 # Use 8x8 font instead of 8x16 180 1.1 leo options ST_POOL_SIZE=22 # smallest that allows TT-HIGH 181 1.2 leo #if defined(TT030_KERNEL) || defined(HADES_KERNEL) 182 1.1 leo options TT_SCSI # SCSI-support for TT 183 1.1 leo options TT_VIDEO # Graphics support for TT 184 1.1 leo #endif 185 1.1 leo #ifdef FALCON_KERNEL 186 1.1 leo options FALCON_SCSI # SCSI-support for Falcon 187 1.1 leo options FALCON_VIDEO # Graphics support for FALCON 188 1.1 leo #endif 189 1.1 leo options MEMORY_DISK_HOOKS # Boot RAM-disk 190 1.1 leo options DISKLABEL_NBDA # NetBSD disklabels (required) 191 1.1 leo options DISKLABEL_AHDI # NetBSD/AHDI disklabels 192 1.1 leo #ifndef INSTALL_KERNEL 193 1.1 leo options SERCONSOLE # modem1 console support 194 1.1 leo options RELOC_KERNEL # TT/Falcon: relocate kernel to TT-RAM 195 1.16 leo #options MSGBUFSIZE=32768 # size of kernel msg. buffer 196 1.16 leo #options STATCLOCK # Separate {stat,prof}clock 197 1.1 leo #endif 198 1.1 leo 199 1.1 leo #ifndef INSTALL_KERNEL 200 1.1 leo # Try linked commands on all targets 201 1.1 leo options TRY_SCSI_LINKED_COMMANDS=0x7f 202 1.1 leo #endif 203 1.1 leo 204 1.1 leo # 205 1.1 leo # Build one kernel that can boot from any disk. 206 1.1 leo # 207 1.1 leo config netbsd root on ? type ? 208 1.1 leo 209 1.1 leo pseudo-device sl # Slip 210 1.1 leo pseudo-device ppp # ppp 211 1.12 martin pseudo-device pppoe # PPP over Ethernet (RFC 2516) 212 1.1 leo pseudo-device pty # pseudo-terminals 213 1.1 leo pseudo-device loop # Loopback network 214 1.1 leo pseudo-device vnd 3 # 3 pseudo disks (see vnconfig) 215 1.1 leo pseudo-device md 2 # Boot memory disk 216 1.1 leo 217 1.1 leo #ifndef INSTALL_KERNEL 218 1.1 leo pseudo-device bpfilter 2 # berkeley packet filters 219 1.1 leo pseudo-device tun 2 # network tunnel 220 1.1 leo #pseudo-device gre 2 # generic L3 over IP tunnel 221 1.1 leo pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 222 1.1 leo #pseudo-device faith 1 # IPv[46] tcp relay translation i/f 223 1.1 leo #pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation 224 1.1 leo pseudo-device vlan # IEEE 802.1q encapsulation 225 1.11 atatat pseudo-device bridge # simple inter-network bridging 226 1.1 leo pseudo-device ccd 4 # concatenating disk driver 227 1.13 oster pseudo-device raid 8 # RAIDframe disk driver 228 1.13 oster options RAID_AUTOCONFIG # auto-configuration of RAID components 229 1.13 oster # Options to enable various other RAIDframe RAID types. 230 1.13 oster # options RF_INCLUDE_EVENODD=1 231 1.13 oster # options RF_INCLUDE_RAID5_RS=1 232 1.13 oster # options RF_INCLUDE_PARITYLOGGING=1 233 1.13 oster # options RF_INCLUDE_CHAINDECLUSTER=1 234 1.13 oster # options RF_INCLUDE_INTERDECLUSTER=1 235 1.13 oster # options RF_INCLUDE_PARITY_DECLUSTERING=1 236 1.13 oster # options RF_INCLUDE_PARITY_DECLUSTERING_DS=1 237 1.1 leo pseudo-device ipfilter # IP filtering device 238 1.1 leo pseudo-device rnd # /dev/random and in-kernel generator 239 1.1 leo #endif 240 1.15 leo 241 1.15 leo #if defined(HADES_KERNEL) || defined(MILAN_KERNEL) 242 1.15 leo 243 1.15 leo # MII/PHY support 244 1.16 leo acphy* at mii? phy ? # DAltima AC101 and AMD Am79c874 PHYs 245 1.16 leo amhphy* at mii? phy ? # AMD 79c901 Ethernet PHYs 246 1.16 leo bmtphy* at mii? phy ? # Broadcom BCM5201 and BCM5202 PHYs 247 1.16 leo brgphy* at mii? phy ? # Broadcom BCM5400-family PHYs 248 1.16 leo dmphy* at mii? phy ? # Davicom DM9101 PHYs 249 1.15 leo exphy* at mii? phy ? # 3Com internal PHYs 250 1.16 leo glxtphy* at mii? phy ? # Level One LXT-1000 PHYs 251 1.16 leo gphyter* at mii? phy ? # NS83861 Gig-E PHY 252 1.16 leo icsphy* at mii? phy ? # Integrated Circuit Systems ICS1890 253 1.15 leo inphy* at mii? phy ? # Intel 82555 PHYs 254 1.15 leo iophy* at mii? phy ? # Intel 82553 PHYs 255 1.16 leo lxtphy* at mii? phy ? # Level One LXT-970 PHYs 256 1.16 leo makphy* at mii? phy ? # Marvell Semiconductor 88E1000 PHYs 257 1.16 leo nsphy* at mii? phy ? # NS83840 PHYs 258 1.16 leo nsphyter* at mii? phy ? # NS83843 PHYs 259 1.16 leo pnaphy* at mii? phy ? # generic HomePNA PHYs 260 1.16 leo qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs 261 1.16 leo sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs 262 1.16 leo tlphy* at mii? phy ? # ThunderLAN PHYs 263 1.16 leo tqphy* at mii? phy ? # TDK Semiconductor PHYs 264 1.15 leo ukphy* at mii? phy ? # generic unknown PHYs 265 1.15 leo 266 1.15 leo # PCI network interfaces 267 1.16 leo # If unsure, check the port-atari page for tested cards. 268 1.15 leo ep* at pci? dev ? function ? # 3Com 3c59x 269 1.15 leo ex* at pci? dev ? function ? # 3Com 90x[BC] 270 1.15 leo fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B 271 1.15 leo 272 1.15 leo 273 1.15 leo # 274 1.15 leo # This is the only tested audio card at the moment. 275 1.15 leo # 276 1.15 leo eso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive 277 1.15 leo audio* at eso? 278 1.15 leo 279 1.15 leo #endif /* defined(HADES_KERNEL) || defined(MILAN_KERNEL) */ 280 1.1 leo 281 1.1 leo # 282 1.1 leo # Hardware options for GENERIC are in the various machine type specific files 283 1.1 leo # 284