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