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