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