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