GENERIC revision 1.130
1# $NetBSD: GENERIC,v 1.130 1999/11/15 19:10:44 fvdl Exp $ 2 3# 4#if 0 5# GENERIC Amiga or DraCo 6# 7# This configuration file contains all possible options 8# 9# make AMIGA extracts the AMIGA configuration file. 10# make DRACO extracts the DRACO configuration file. 11#endif 12# 13 14include "arch/amiga/conf/std.amiga" 15 16maxusers 8 17options RTC_OFFSET=0 18 19# 20# mainboards to support (in addition to Amiga) 21# 22#ifdef DRACO_CONFIGURATION 23options DRACO 24 25#endif 26#ifdef AMIGA_CONFIGURATION 27options BB060STUPIDROM # You need this, if you have a non-DraCo 28 # MC68060 with an OS ROM up to (at least) 29 # V40 (OS3.1) and want to boot with the 30 # bootblock. 31 # You do not need this if you have a DraCo, 32 # have no 68060 or NEVER use the bootblock 33options P5PPC68KBOARD # Phase5 PPC/68K board support 34#endif 35# 36# processors this kernel should support 37# 38options M68060 # support for 060 39options M060SP # MC68060 software support (Required for 060) 40#ifdef AMIGA_CONFIGURATION 41options M68040 # support for 040 42options FPSP # MC68040 floating point support 43options M68030 # support for 030 44options M68020 # support for 020/851 45options FPU_EMULATE # FPU emulation 46#endif 47# 48# Networking options 49# 50options INET # IP networking support (Required) 51#options GATEWAY # Packet forwarding 52#options DIRECTED_BROADCAST # Broadcast across subnets 53#options MROUTING # Multicast routing 54options NS # XNS 55#options NSIP # XNS tunneling over IP 56options ISO,TPIP # OSI 57options EON # OSI tunneling over IP 58options CCITT,LLC,HDLC # X.25 59options NETATALK # AppleTalk networking protocols 60options PPP_BSDCOMP # BSD-Compress compression support for PPP 61options PPP_DEFLATE # Deflate compression support for PPP 62options PPP_FILTER # Active filter support for PPP (requires bpf) 63options PFIL_HOOKS # pfil(9) packet filter hooks 64options IPFILTER_LOG # ipmon(8) log support 65 66# Filesystems 67file-system FFS # Berkeley fast file system 68file-system EXT2FS # second extended file system (linux) 69#file-system LFS # log-structured filesystem (experimental) 70file-system MFS # Memory based filesystem 71file-system NFS # Network File System client side code 72file-system ADOSFS # AmigaDOS file system 73file-system CD9660 # ISO 9660 + Rock Ridge filesystem 74file-system MSDOSFS # MS-DOS filesystem 75file-system FDESC # user file descriptor filesystem 76file-system KERNFS # kernel data-structure filesystem 77file-system NULLFS # loopback filesystem 78#file-system PORTAL # Portal filesystem 79file-system PROCFS # /proc filesystem 80file-system UMAPFS # NULLFS + uid and gid remapping 81file-system UNION # union filesystem 82 83# Filesystem options 84options QUOTA # User and group quotas in FFS 85#options FFS_EI # FFS Endian Independant support 86#options SOFTDEP # FFS soft updates support. 87options NFSSERVER # Network File System server side code 88#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 89 # immutable) behave as system flags. 90 91# 92# Compatability options for various existing systems 93# 94options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP 95options COMPAT_43 # compatibility with 4.3BSD interfaces 96options COMPAT_09 # compatibility with NetBSD 0.9 97options COMPAT_10 # compatibility with NetBSD 1.0 98options COMPAT_12 # compatibility with NetBSD 1.2 99options COMPAT_13 # compatibility with NetBSD 1.3 100options COMPAT_14 # compatibility with NetBSD 1.4 101options COMPAT_SUNOS # Support to run Sun (m68k) executables 102options COMPAT_SVR4 # Support to run SVR4 (m68k) executables 103options COMPAT_NOMID # allow nonvalid machine id executables 104#options COMPAT_LINUX # Support to run Linux/m68k executables 105options EXEC_ELF32 # 32-bit ELF executables (Linux, SVR4) 106 107# 108# Support for System V IPC facilities. 109# 110options SYSVSHM # System V-like shared memory 111options SYSVMSG # System V-like messages 112options SYSVSEM # System V-like semaphores 113 114# 115# Support for various kernel options 116# 117options KTRACE # system call tracing support 118options LKM # Loadable kernel modules 119options NKMEMCLUSTERS=256 # Size of kernel malloc area 120options UCONSOLE # anyone can redirect a virtual console 121#options INSECURE # allow, among other insecure stuff, LKM 122 # loading in multi-user mode. 123options SCSIVERBOSE # Verbose SCSI errors 124 125options NTP # NTP phase/frequency locked loop 126 127# 128# Misc. debugging options 129# 130options DDB # Kernel debugger 131#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 132options DIAGNOSTIC # Extra kernel sanity checks 133#options DEBUG # Enable misc. kernel debugging code 134#options SYSCALL_DEBUG # debug all syscalls. 135#options SCSIDEBUG # Add SCSI debugging statements 136#options PANICBUTTON # Forced crash via keypress (???) 137 138# 139# Amiga specific options 140# 141#options LIMITMEM=24 # Do not use more than LIMITMEM MB of the 142 # first bank of RAM. (default: unlimited) 143#options NKPTADD=4 # set this for 4 additional KPT pages 144#options NKPTADDSHIFT=24 # set this for 1 additional KPT page 145 # per 16 MB (1<<24 bytes) of RAM 146 # define and decrease this, or define and 147 # increase NKPTADD if you get "out of PT pages" 148 # panics. 149 150# ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete 151# before the 10 secondinterval ends, or that KBDRESET does work at all. 152#options KBDRESET # sync on Ctrl-Amiga-Amiga 153 154# These options improve performance with the built-in serial port 155# on slower Amigas. Try the larger buffers first then lev6_defer. 156#options SERIBUF_SIZE=4096 157#options SEROBUF_SIZE=32 158#options LEV6_DEFER # defers l6 to l4 (below serial l5) 159 160options RETINACONSOLE # enable code to allow retina to be console 161#ifdef AMIGA_CONFIGURATION 162options ULOWELLCONSOLE # enable code to allow a2410 to be console 163options CL5426CONSOLE # Cirrus console 164options CV64CONSOLE # CyberVision console 165options TSENGCONSOLE # Tseng console 166options CV3DCONSOLE # CyberVision 64/3D console 167#endif 168 169#ifdef AMIGA_CONFIGURATION 170options GRF_ECS # Enhanced Chip Set 171options GRF_NTSC # NTSC 172options GRF_PAL # PAL 173options GRF_A2024 # Support for the A2024 174options GRF_AGA # AGA Chip Set 175options GRF_AGA_VGA # AGA VGAONLY timing 176options GRF_SUPER72 # AGA Super-72 177#endif 178#options KFONT_8X11 # 8x11 font 179 180# This is how you would tell the kernel the A2410 oscillator frequencies: 181# The used frequencies are the defaults, and do not need option setting 182#options ULOWELL_OSC1=36000000 183#options ULOWELL_OSC2=66667000 184 185# This is how you specify the blitting speed, higher values may speed up blits 186# a littel bit. If you raise this value too much some trash may appear. 187# the commented version is the default. 188#options RH_MEMCLK=61000000 189# this option enables the 64 bit sprite which does not work 190# for quite a few people. E.g. The cursor sprite will turn to a block 191# when moved to the top of the screen in X. 192#options RH_64BIT_SPRITE 193# enables fast scroll code appears to now work on 040 systems. 194#options RETINA_SPEED_HACK 195# enables the Hardwarecursor which does not work on some systems. 196#options RH_HARDWARECURSOR 197 198#ifdef AMIGA_CONFIGURATION 199grfcc0 at mainbus0 # custom chips 200grfrt0 at zbus0 # retina II 201#endif 202grfrh0 at zbus0 # retina III 203#ifdef AMIGA_CONFIGURATION 204grfcl* at zbus0 # Picasso II/Piccalo/Spectrum 205grful0 at zbus0 # A2410 206grfcv0 at zbus0 # CyberVision 64 207grfet* at zbus0 # Tseng (oMniBus, Domino, Merlin) 208grfcv3d0 at zbus0 # CyberVision 64/3D 209#endif 210 211#ifdef AMIGA_CONFIGURATION 212grf0 at grfcc0 213grf1 at grfrt0 214#endif 215grf2 at grfrh0 216#ifdef AMIGA_CONFIGURATION 217grf3 at grfcl? 218grf4 at grful0 219grf5 at grfcv0 220grf6 at grfet? 221grf7 at grfcv3d0 222#endif 223#ifdef AMIGA_CONFIGURATION 224ite0 at grf0 # terminal emulators for grfs 225ite1 at grf1 # terminal emulators for grfs 226#endif 227ite2 at grf2 # terminal emulators for grfs 228#ifdef AMIGA_CONFIGURATION 229ite3 at grf3 # terminal emulators for grfs 230ite4 at grf4 # terminal emulators for grfs 231ite5 at grf5 # terminal emulators for grfs 232ite6 at grf6 # terminal emulators for grfs 233ite7 at grf7 # terminal emulators for grfs 234#endif 235 236msc0 at zbus0 # A2232 MSC multiport serial. 237mfc0 at zbus0 # MultiFaceCard I/O board 238mfcs0 at mfc0 unit 0 # MFC serial 239mfcs1 at mfc0 unit 1 # MFC serial 240#mfcp0 at mfc0 unit 0 # MFC parallel [not available yet] 241#mfc1 at zbus0 # MultiFaceCard 2nd I/O board 242#mfcs2 at mfc1 unit 0 243#mfcs3 at mfc1 unit 1 244#mfcp1 at mfc1 unit 0 245 246hyper* at zbus? # zbus HyperCom3/3+/4/4+ 247#hyper* at mainbus0 # not yet: HyperCom1 + HyperCom3 248com* at hyper? port ? # Hypercom3/4 serial ports 249lpt* at hyper? port ? # Hypercom3+/4+ parallel port 250 251#ifdef AMIGA_CONFIGURATION 252# 253# Amiga Mainboard devices (sans graphics and keyboard) 254# 255 256ser0 at mainbus0 # Amiga onboard serial 257par0 at mainbus0 # Amiga onboard parallel 258ms* at mainbus0 # Amiga mice 259fdc0 at mainbus0 # Amiga FDC 260fd* at fdc0 unit ? # floppy disks on the later 261a34kbbc0 at mainbus0 # A3000/A4000 battery backed clock 262a2kbbc0 at mainbus0 # A2000 battery backed clock 263aucc* at mainbus0 # Amiga CC audio 264audio* at aucc? 265#endif 266 267#ifdef DRACO_CONFIGURATION 268# 269# DraCo Mainboard devices (sans keyboard) 270# 271 272drbbc0 at mainbus0 # DraCo battery backed clock 273drsupio0 at mainbus0 # DraCo superio chip 274com* at drsupio? port ? # DraCo serial 275lpt0 at drsupio? port ? # DraCo parallel 276#endif 277 278# 279# Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics) 280# 281 282#ifndef DRACO_CONFIGURATION 283# Alas, Melody-Z2 dont configure in the DraCo bus. 284melody* at zbus0 # Melody MPEG audio decoder 285audio* at melody? 286#endif 287 288# Ethernet cards: 289le* at zbus0 # A2065, Ameristar, Ariadne 290ne* at zbus0 # AriadneII 291ed* at zbus0 # Hydra, ASDG LanRover 292es* at zbus0 # CEI A4066 EthernetPLUS 293qn* at zbus0 # Quicknet 294 295# Arcnet 296bah* at zbus0 # C=/Ameristar A2060 / 560 297 298#ifdef AMIGA_CONFIGURATION 299# Greater Valley Product Bus 300gvpbus* at zbus0 301 302# scsi stuff, all possible 303gtsc0 at gvpbus? # GVP series II scsi 304scsibus* at gtsc0 305ahsc0 at mainbus0 # A3000 scsi 306scsibus* at ahsc0 307atzsc0 at zbus0 # A2091 scsi 308scsibus* at atzsc0 309wstsc0 at zbus0 # Wordsync II scsi 310scsibus* at wstsc0 311ivsc0 at zbus0 # IVS scsi 312scsibus* at ivsc0 313mlhsc0 at zbus0 # Hacker scsi 314scsibus* at mlhsc0 315otgsc0 at zbus0 # 12 gauge scsi 316scsibus* at otgsc0 317zssc0 at zbus0 # Zeus scsi 318scsibus* at zssc0 319mgnsc0 at zbus0 # Magnum scsi 320scsibus* at mgnsc0 321wesc0 at zbus0 # Warp Engine scsi 322scsibus* at wesc0 323afsc0 at zbus0 # A4091 scsi 324scsibus* at afsc0 325aftsc0 at mainbus0 # A4000T scsi 326scsibus* at aftsc0 327flsc0 at zbus0 # FastlaneZ3 scsi 328scsibus* at flsc0 329bzsc0 at zbus0 # Blizzard 1230 I,II scsi 330scsibus* at bzsc0 331bzivsc0 at zbus0 # Blizzard 12x0 IV scsi 332scsibus* at bzivsc0 333bztzsc0 at zbus0 # Blizzard 2060 scsi 334scsibus* at bztzsc0 335cbsc0 at zbus0 # CyberSCSI I 336scsibus* at cbsc0 337cbiisc0 at zbus0 # CyberSCSI II 338scsibus* at cbiisc0 339cbiiisc0 at zbus0 # Cyberstorm mk.III/Cyberstorm PPC SCSI 340scsibus* at cbiiisc0 341empsc0 at zbus0 # Emplant scsi 342scsibus* at empsc0 343idesc0 at mainbus0 # A4000 & A1200 IDE 344scsibus* at idesc0 345#endif 346 347#ifdef DRACO_CONFIGURATION 348drsc0 at mainbus0 # DraCo scsi 349scsibus* at drsc0 350#endif 351 352 353# each hard drive from low target to high 354# will configure to the next available sd unit number 355sd* at scsibus? target ? lun ? # scsi disks 356st* at scsibus? target ? lun ? # scsi tapes 357cd* at scsibus? target ? lun ? # scsi cds 358ss* at scsibus? target ? lun ? # scsi scanner 359ch* at scsibus? target ? lun ? # scsi autochangers 360uk* at scsibus? target ? lun ? # scsi unknown 361 362pseudo-device loop # loopback network interface 363pseudo-device sl 1 # SLIP network interfaces 364pseudo-device ppp 1 # PPP network interfaces 365pseudo-device tun 1 # network tunnel line discipline 366#pseudo-device gre 2 # generic L3 over IP tunnel 367#pseudo-device ipip 2 # IP Encapsulation within IP (RFC 2003) 368pseudo-device bpfilter 16 # Berkeley packet filter 369pseudo-device ipfilter # IP Filter package 370 371pseudo-device view 4 # views (needed for grfcc) 372pseudo-device pty 16 # pseudo ptys 373 374pseudo-device vnd 4 # vnode pseudo-disks 375pseudo-device ccd 4 # concatenated disk devices 376#pseudo-device raid 4 # RAIDframe disk driver 377 378# rnd is EXPERIMENTAL at this point. 379#pseudo-device rnd # /dev/random and in-kernel generator 380#options RND_COM # use "com" randomness as well (BROKEN) 381 382config netbsd root on ? type ? 383