GENERIC revision 1.127
11.1Sbsh# $NetBSD: GENERIC,v 1.127 1999/07/28 05:55:19 is Exp $ 21.1Sbsh 31.1Sbsh# 41.1Sbsh#if 0 51.1Sbsh# GENERIC Amiga or DraCo 61.1Sbsh# 71.1Sbsh# This configuration file contains all possible options 81.1Sbsh# 91.1Sbsh# make AMIGA extracts the AMIGA configuration file. 101.1Sbsh# make DRACO extracts the DRACO configuration file. 111.1Sbsh#endif 121.1Sbsh# 131.1Sbsh 141.1Sbshinclude "arch/amiga/conf/std.amiga" 151.1Sbsh 161.1Sbshmaxusers 8 171.1Sbshoptions RTC_OFFSET=0 181.1Sbsh 191.1Sbsh# 201.1Sbsh# mainboards to support (in addition to Amiga) 211.1Sbsh# 221.1Sbsh#ifdef DRACO_CONFIGURATION 231.1Sbshoptions DRACO 241.1Sbsh 251.1Sbsh#endif 261.1Sbsh#ifdef AMIGA_CONFIGURATION 271.1Sbshoptions BB060STUPIDROM # You need this, if you have a non-DraCo 281.3Sbsh # MC68060 with an OS ROM up to (at least) 291.1Sbsh # V40 (OS3.1) and want to boot with the 301.1Sbsh # bootblock. 311.1Sbsh # You do not need this if you have a DraCo, 321.1Sbsh # have no 68060 or NEVER use the bootblock 331.1Sbsh#endif 341.1Sbsh# 351.1Sbsh# processors this kernel should support 361.1Sbsh# 371.1Sbshoptions M68060 # support for 060 381.1Sbshoptions M060SP # MC68060 software support (Required for 060) 391.1Sbsh#ifdef AMIGA_CONFIGURATION 401.1Sbshoptions M68040 # support for 040 411.1Sbshoptions FPSP # MC68040 floating point support 421.1Sbshoptions M68030 # support for 030 431.1Sbshoptions M68020 # support for 020/851 441.1Sbshoptions FPU_EMULATE # FPU emulation 451.1Sbsh#endif 461.1Sbsh# 471.1Sbsh# Networking options 481.1Sbsh# 491.1Sbshoptions INET # IP networking support (Required) 501.1Sbsh#options GATEWAY # Packet forwarding 511.1Sbsh#options DIRECTED_BROADCAST # Broadcast across subnets 521.1Sbsh#options MROUTING # Multicast routing 531.1Sbshoptions NS # XNS 541.1Sbsh#options NSIP # XNS tunneling over IP 551.1Sbshoptions ISO,TPIP # OSI 561.1Sbshoptions EON # OSI tunneling over IP 571.1Sbshoptions CCITT,LLC,HDLC # X.25 581.1Sbshoptions NETATALK # AppleTalk networking protocols 591.1Sbshoptions PPP_BSDCOMP # BSD-Compress compression support for PPP 601.1Sbshoptions PPP_DEFLATE # Deflate compression support for PPP 611.1Sbshoptions PPP_FILTER # Active filter support for PPP (requires bpf) 621.1Sbshoptions PFIL_HOOKS # pfil(9) packet filter hooks 631.1Sbshoptions IPFILTER_LOG # ipmon(8) log support 641.1Sbsh 651.1Sbsh# Filesystems 661.1Sbshfile-system FFS # Berkeley fast file system 671.1Sbshfile-system EXT2FS # second extended file system (linux) 681.1Sbsh#file-system LFS # log-structured filesystem (experimental) 691.1Sbshfile-system MFS # Memory based filesystem 701.1Sbshfile-system NFS # Network File System client side code 711.1Sbshfile-system ADOSFS # AmigaDOS file system 721.1Sbshfile-system CD9660 # ISO 9660 + Rock Ridge filesystem 731.1Sbshfile-system MSDOSFS # MS-DOS filesystem 741.1Sbshfile-system FDESC # user file descriptor filesystem 751.1Sbshfile-system KERNFS # kernel data-structure filesystem 761.1Sbshfile-system NULLFS # loopback filesystem 771.1Sbsh#file-system PORTAL # Portal filesystem 781.1Sbshfile-system PROCFS # /proc filesystem 791.1Sbshfile-system UMAPFS # NULLFS + uid and gid remapping 801.1Sbshfile-system UNION # union filesystem 811.1Sbsh 821.1Sbsh# Filesystem options 831.1Sbshoptions QUOTA # User and group quotas in FFS 841.1Sbsh#options FFS_EI # FFS Endian Independant support 851.1Sbshoptions NFSSERVER # Network File System server side code 861.1Sbsh#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 871.1Sbsh # immutable) behave as system flags. 881.1Sbsh 891.1Sbsh# 901.1Sbsh# Compatability options for various existing systems 911.1Sbsh# 921.1Sbshoptions TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP 931.1Sbshoptions COMPAT_43 # compatibility with 4.3BSD interfaces 941.1Sbshoptions COMPAT_09 # compatibility with NetBSD 0.9 951.1Sbshoptions COMPAT_10 # compatibility with NetBSD 1.0 961.1Sbshoptions COMPAT_12 # compatibility with NetBSD 1.2 971.1Sbshoptions COMPAT_13 # compatibility with NetBSD 1.3 981.1Sbshoptions COMPAT_SUNOS # Support to run Sun (m68k) executables 991.1Sbshoptions COMPAT_SVR4 # Support to run SVR4 (m68k) executables 1001.1Sbshoptions COMPAT_NOMID # allow nonvalid machine id executables 1011.1Sbsh#options COMPAT_LINUX # Support to run Linux/m68k executables 1021.1Sbshoptions EXEC_ELF32 # 32-bit ELF executables (Linux, SVR4) 1031.1Sbsh 1041.1Sbsh# 1051.1Sbsh# Support for System V IPC facilities. 1061.1Sbsh# 1071.1Sbshoptions SYSVSHM # System V-like shared memory 1081.1Sbshoptions SYSVMSG # System V-like messages 1091.1Sbshoptions SYSVSEM # System V-like semaphores 1101.1Sbsh 1111.1Sbsh# 1121.1Sbsh# Support for various kernel options 1131.1Sbsh# 1141.1Sbshoptions KTRACE # system call tracing support 1151.1Sbshoptions LKM # Loadable kernel modules 1161.1Sbshoptions NKMEMCLUSTERS=256 # Size of kernel malloc area 1171.1Sbshoptions UCONSOLE # anyone can redirect a virtual console 1181.1Sbsh#options INSECURE # allow, among other insecure stuff, LKM 1191.1Sbsh # loading in multi-user mode. 1201.1Sbshoptions SCSIVERBOSE # Verbose SCSI errors 1211.1Sbsh 1221.1Sbshoptions NTP # NTP phase/frequency locked loop 1231.1Sbsh 1241.1Sbsh# 1251.1Sbsh# Misc. debugging options 1261.1Sbsh# 1271.1Sbshoptions DDB # Kernel debugger 1281.1Sbsh#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 1291.1Sbshoptions DIAGNOSTIC # Extra kernel sanity checks 1301.1Sbsh#options DEBUG # Enable misc. kernel debugging code 1311.1Sbsh#options SYSCALL_DEBUG # debug all syscalls. 1321.1Sbsh#options SCSIDEBUG # Add SCSI debugging statements 1331.1Sbsh#options PANICBUTTON # Forced crash via keypress (???) 1341.1Sbsh 1351.1Sbsh# 1361.1Sbsh# Amiga specific options 1371.1Sbsh# 1381.1Sbsh#options LIMITMEM=24 # Do not use more than LIMITMEM MB of the 1391.1Sbsh # first bank of RAM. (default: unlimited) 1401.1Sbsh#options NKPTADD=4 # set this for 4 additional KPT pages 1411.1Sbsh#options NKPTADDSHIFT=24 # set this for 1 additional KPT page 1421.1Sbsh # per 16 MB (1<<24 bytes) of RAM 1431.1Sbsh # define and decrease this, or define and 1441.1Sbsh # increase NKPTADD if you get "out of PT pages" 1451.1Sbsh # panics. 1461.1Sbsh 1471.2Sbsh# ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete 1481.1Sbsh# before the 10 secondinterval ends, or that KBDRESET does work at all. 1491.1Sbsh#options KBDRESET # sync on Ctrl-Amiga-Amiga 1501.1Sbsh 1511.1Sbsh# These options improve performance with the built-in serial port 1521.1Sbsh# on slower Amigas. Try the larger buffers first then lev6_defer. 1531.1Sbsh#options SERIBUF_SIZE=4096 1541.1Sbsh#options SEROBUF_SIZE=32 1551.1Sbsh#options LEV6_DEFER # defers l6 to l4 (below serial l5) 1561.1Sbsh 1571.1Sbshoptions RETINACONSOLE # enable code to allow retina to be console 1581.1Sbsh#ifdef AMIGA_CONFIGURATION 1591.1Sbshoptions ULOWELLCONSOLE # enable code to allow a2410 to be console 1601.1Sbshoptions CL5426CONSOLE # Cirrus console 1611.1Sbshoptions CV64CONSOLE # CyberVision console 1621.1Sbshoptions TSENGCONSOLE # Tseng console 1631.1Sbshoptions CV3DCONSOLE # CyberVision 64/3D console 1641.1Sbsh#endif 1651.1Sbsh 1661.1Sbsh#ifdef AMIGA_CONFIGURATION 1671.1Sbshoptions GRF_ECS # Enhanced Chip Set 1681.1Sbshoptions GRF_NTSC # NTSC 1691.1Sbshoptions GRF_PAL # PAL 1701.1Sbshoptions GRF_A2024 # Support for the A2024 1711.1Sbshoptions GRF_AGA # AGA Chip Set 1721.1Sbshoptions GRF_AGA_VGA # AGA VGAONLY timing 1731.1Sbshoptions GRF_SUPER72 # AGA Super-72 1741.1Sbsh#endif 1751.1Sbsh#options KFONT_8X11 # 8x11 font 1761.2Sbsh 1771.1Sbsh# This is how you would tell the kernel the A2410 oscillator frequencies: 1781.1Sbsh# The used frequencies are the defaults, and do not need option setting 1791.1Sbsh#options ULOWELL_OSC1=36000000 1801.1Sbsh#options ULOWELL_OSC2=66667000 1811.1Sbsh 1821.1Sbsh# This is how you specify the blitting speed, higher values may speed up blits 1831.1Sbsh# a littel bit. If you raise this value too much some trash may appear. 1841.1Sbsh# the commented version is the default. 1851.1Sbsh#options RH_MEMCLK=61000000 1861.1Sbsh# this option enables the 64 bit sprite which does not work 1871.1Sbsh# for quite a few people. E.g. The cursor sprite will turn to a block 1881.1Sbsh# when moved to the top of the screen in X. 1891.1Sbsh#options RH_64BIT_SPRITE 1901.1Sbsh# enables fast scroll code appears to now work on 040 systems. 1911.1Sbsh#options RETINA_SPEED_HACK 1921.1Sbsh# enables the Hardwarecursor which does not work on some systems. 1931.1Sbsh#options RH_HARDWARECURSOR 1941.1Sbsh 1951.2Sbsh#ifdef AMIGA_CONFIGURATION 1961.1Sbshgrfcc0 at mainbus0 # custom chips 1971.1Sbshgrfrt0 at zbus0 # retina II 1981.1Sbsh#endif 1991.1Sbshgrfrh0 at zbus0 # retina III 2001.1Sbsh#ifdef AMIGA_CONFIGURATION 2011.1Sbshgrfcl* at zbus0 # Picasso II/Piccalo/Spectrum 2021.1Sbshgrful0 at zbus0 # A2410 2031.1Sbshgrfcv0 at zbus0 # CyberVision 64 2041.1Sbshgrfet* at zbus0 # Tseng (oMniBus, Domino, Merlin) 2051.1Sbshgrfcv3d0 at zbus0 # CyberVision 64/3D 2061.1Sbsh#endif 2071.1Sbsh 2081.2Sbsh#ifdef AMIGA_CONFIGURATION 2091.1Sbshgrf0 at grfcc0 2101.1Sbshgrf1 at grfrt0 2111.1Sbsh#endif 2121.1Sbshgrf2 at grfrh0 2131.1Sbsh#ifdef AMIGA_CONFIGURATION 2141.1Sbshgrf3 at grfcl? 2151.1Sbshgrf4 at grful0 2161.2Sbshgrf5 at grfcv0 2171.1Sbshgrf6 at grfet? 2181.2Sbshgrf7 at grfcv3d0 2191.1Sbsh#endif 2201.1Sbsh#ifdef AMIGA_CONFIGURATION 2211.1Sbshite0 at grf0 # terminal emulators for grfs 2221.1Sbshite1 at grf1 # terminal emulators for grfs 2231.2Sbsh#endif 2241.1Sbshite2 at grf2 # terminal emulators for grfs 2251.1Sbsh#ifdef AMIGA_CONFIGURATION 2261.1Sbshite3 at grf3 # terminal emulators for grfs 2271.1Sbshite4 at grf4 # terminal emulators for grfs 2281.1Sbshite5 at grf5 # terminal emulators for grfs 2291.1Sbshite6 at grf6 # terminal emulators for grfs 2301.1Sbshite7 at grf7 # terminal emulators for grfs 2311.2Sbsh#endif 2321.1Sbsh 2331.1Sbshmsc0 at zbus0 # A2232 MSC multiport serial. 2341.1Sbshmfc0 at zbus0 # MultiFaceCard I/O board 2351.1Sbshmfcs0 at mfc0 unit 0 # MFC serial 2361.1Sbshmfcs1 at mfc0 unit 1 # MFC serial 2371.1Sbsh#mfcp0 at mfc0 unit 0 # MFC parallel [not available yet] 2381.1Sbsh#mfc1 at zbus0 # MultiFaceCard 2nd I/O board 2391.1Sbsh#mfcs2 at mfc1 unit 0 2401.2Sbsh#mfcs3 at mfc1 unit 1 2411.1Sbsh#mfcp1 at mfc1 unit 0 2421.1Sbsh 2431.1Sbshhyper* at zbus? # zbus HyperCom3/3+/4/4+ 2441.1Sbsh#hyper* at mainbus0 # not yet: HyperCom1 + HyperCom3 2451.1Sbshcom* at hyper? port ? # Hypercom3/4 serial ports 2461.1Sbshlpt* at hyper? port ? # Hypercom3+/4+ parallel port 2471.1Sbsh 2481.1Sbsh#ifdef AMIGA_CONFIGURATION 2491.1Sbsh# 2501.1Sbsh# Amiga Mainboard devices (sans graphics and keyboard) 2511.1Sbsh# 2521.1Sbsh 2531.1Sbshser0 at mainbus0 # Amiga onboard serial 2541.1Sbshpar0 at mainbus0 # Amiga onboard parallel 2551.1Sbshms* at mainbus0 # Amiga mice 2561.1Sbshfdc0 at mainbus0 # Amiga FDC 2571.1Sbshfd* at fdc0 unit ? # floppy disks on the later 2581.1Sbsha34kbbc0 at mainbus0 # A3000/A4000 battery backed clock 2591.2Sbsha2kbbc0 at mainbus0 # A2000 battery backed clock 2601.1Sbshaucc* at mainbus0 # Amiga CC audio 2611.1Sbshaudio* at aucc? 2621.1Sbsh#endif 2631.1Sbsh 2641.1Sbsh#ifdef DRACO_CONFIGURATION 2651.1Sbsh# 2661.2Sbsh# DraCo Mainboard devices (sans keyboard) 2671.1Sbsh# 2681.1Sbsh 2691.1Sbshdrbbc0 at mainbus0 # DraCo battery backed clock 2701.1Sbshdrsupio0 at mainbus0 # DraCo superio chip 2711.1Sbshcom* at drsupio? port ? # DraCo serial 2721.1Sbshlpt0 at drsupio? port ? # DraCo parallel 2731.2Sbsh#endif 2741.1Sbsh 2751.1Sbsh# 2761.1Sbsh# Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics) 2771.3Sbsh# 2781.3Sbsh 2791.3Sbsh#ifndef DRACO_CONFIGURATION 2801.3Sbsh# Alas, Melody-Z2 dont configure in the DraCo bus. 2811.3Sbshmelody* at zbus0 # Melody MPEG audio decoder 2821.3Sbshaudio* at melody? 2831.3Sbsh#endif 2841.1Sbsh 2851.1Sbsh# Ethernet cards: 2861.1Sbshle* at zbus0 # A2065, Ameristar, Ariadne 2871.1Sbshne* at zbus0 # AriadneII 288ed* at zbus0 # Hydra, ASDG LanRover 289es* at zbus0 # CEI A4066 EthernetPLUS 290qn* at zbus0 # Quicknet 291 292# Arcnet 293bah* at zbus0 # C=/Ameristar A2060 / 560 294 295#ifdef AMIGA_CONFIGURATION 296# Greater Valley Product Bus 297gvpbus* at zbus0 298 299# scsi stuff, all possible 300gtsc0 at gvpbus? # GVP series II scsi 301scsibus* at gtsc0 302ahsc0 at mainbus0 # A3000 scsi 303scsibus* at ahsc0 304atzsc0 at zbus0 # A2091 scsi 305scsibus* at atzsc0 306wstsc0 at zbus0 # Wordsync II scsi 307scsibus* at wstsc0 308ivsc0 at zbus0 # IVS scsi 309scsibus* at ivsc0 310mlhsc0 at zbus0 # Hacker scsi 311scsibus* at mlhsc0 312otgsc0 at zbus0 # 12 gauge scsi 313scsibus* at otgsc0 314zssc0 at zbus0 # Zeus scsi 315scsibus* at zssc0 316mgnsc0 at zbus0 # Magnum scsi 317scsibus* at mgnsc0 318wesc0 at zbus0 # Warp Engine scsi 319scsibus* at wesc0 320afsc0 at zbus0 # A4091 scsi 321scsibus* at afsc0 322aftsc0 at mainbus0 # A4000T scsi 323scsibus* at aftsc0 324flsc0 at zbus0 # FastlaneZ3 scsi 325scsibus* at flsc0 326bzsc0 at zbus0 # Blizzard 1230 I,II scsi 327scsibus* at bzsc0 328bzivsc0 at zbus0 # Blizzard 12x0 IV scsi 329scsibus* at bzivsc0 330bztzsc0 at zbus0 # Blizzard 2060 scsi 331scsibus* at bztzsc0 332cbsc0 at zbus0 # CyberSCSI I 333scsibus* at cbsc0 334cbiisc0 at zbus0 # CyberSCSI II 335scsibus* at cbiisc0 336cbiiisc0 at zbus0 # Cyberstorm mk.III/Cyberstorm PPC SCSI 337scsibus* at cbiiisc0 338empsc0 at zbus0 # Emplant scsi 339scsibus* at empsc0 340idesc0 at mainbus0 # A4000 & A1200 IDE 341scsibus* at idesc0 342#endif 343 344#ifdef DRACO_CONFIGURATION 345drsc0 at mainbus0 # DraCo scsi 346scsibus* at drsc0 347#endif 348 349 350# each hard drive from low target to high 351# will configure to the next available sd unit number 352sd* at scsibus? target ? lun ? # scsi disks 353st* at scsibus? target ? lun ? # scsi tapes 354cd* at scsibus? target ? lun ? # scsi cds 355ss* at scsibus? target ? lun ? # scsi scanner 356ch* at scsibus? target ? lun ? # scsi autochangers 357uk* at scsibus? target ? lun ? # scsi unknown 358 359pseudo-device loop # loopback network interface 360pseudo-device sl 1 # SLIP network interfaces 361pseudo-device ppp 1 # PPP network interfaces 362pseudo-device tun 1 # network tunnel line discipline 363#pseudo-device gre 2 # generic L3 over IP tunnel 364#pseudo-device ipip 2 # IP Encapsulation within IP (RFC 2003) 365pseudo-device bpfilter 16 # Berkeley packet filter 366pseudo-device ipfilter # IP Filter package 367 368pseudo-device view 4 # views (needed for grfcc) 369pseudo-device pty 16 # pseudo ptys 370 371pseudo-device vnd 4 # vnode pseudo-disks 372pseudo-device ccd 4 # concatenated disk devices 373#pseudo-device raid 4 # RAIDframe disk driver 374 375# rnd is EXPERIMENTAL at this point. 376#pseudo-device rnd # /dev/random and in-kernel generator 377#options RND_COM # use "com" randomness as well (BROKEN) 378 379config netbsd root on ? type ? 380