INSTALL revision 1.2
11.2Sis# $NetBSD: INSTALL,v 1.2 1996/05/30 20:50:48 is Exp $ 21.2Sis 31.2Sis# 41.2Sis# GENERIC AMIGA 51.2Sis# 61.2Sis# This configuration file contains all possible options 71.2Sis# 81.2Sis 91.2Sisinclude "std.amiga" 101.2Sis 111.2Sismaxusers 8 121.2Sisoptions TIMEZONE=300, DST=1 131.2Sis 141.2Sis# 151.2Sis# processors this kernel should support 161.2Sis# 171.2Sisoptions "M68040" # support for 040 181.2Sisoptions FPSP # MC68040 floating point support 191.2Sisoptions "M68030" # support for 030 201.2Sisoptions "M68020" # support for 020/851 211.2Sisoptions FPCOPROC # Support for MC6888[12] (Required) 221.2Sis 231.2Sisoptions SWAPPAGER # Pager for processes (Required) 241.2Sisoptions VNODEPAGER # Pager for vnodes (Required) 251.2Sisoptions DEVPAGER # Pager for devices (Required) 261.2Sis 271.2Sis# 281.2Sis# Networking options 291.2Sis# 301.2Sisoptions INET # IP networking support (Required) 311.2Sis#options ISO # ISO Networking support 321.2Sis#options TPIP # ARGO TP networking support 331.2Sis#options CCITT # CCITT X.25 341.2Sis#options NS # Xerox XNS 351.2Sis#options EON # ISO CLNL over IP 361.2Sis#options GATEWAY # Packet forwarding 371.2Sis#options DIRECTED_BROADCAST # Broadcast across subnets 381.2Sis#options NSIP # XNS over IP 391.2Sis 401.2Sis# 411.2Sis# File system related options 421.2Sis# 431.2Sisoptions QUOTA # Disk quotas for local disks 441.2Sisoptions NFSSERVER # Network File System server side code 451.2Sisoptions NFSCLIENT # Network File System client side code 461.2Sis 471.2Sis# 481.2Sis# File systems 491.2Sis# 501.2Sisoptions FFS # Berkeley fast file system 511.2Sisoptions MFS # Memory based filesystem 521.2Sisoptions PROCFS # Process filesystem 531.2Sisoptions KERNFS # Kernel parameter filesystem (Recommended) 541.2Sisoptions FDESC # /dev/fd filesystem 551.2Sisoptions NULLFS # Loopback filesystem 561.2Sisoptions FIFO # FIFO operations on vnodes (Recommended) 571.2Sisoptions ADOSFS # AmigaDOS file system 581.2Sisoptions "CD9660" # ISO 9660 file system, with Rock Ridge 591.2Sis#options PORTAL # Portal filesystem 601.2Sis#options MSDOSFS # MS-DOS filesystem 611.2Sis 621.2Sis 631.2Sis# 641.2Sis# Compatability options for various existing systems 651.2Sis# 661.2Sisoptions "COMPAT_10" # compatability with older NetBSD release 671.2Sisoptions "COMPAT_09" # compatability with older NetBSD release 681.2Sisoptions "COMPAT_43" # 4.3 BSD compatible system calls 691.2Sis#options COMPAT_SUNOS # Support to run Sun (m68k) executables 701.2Sisoptions "TCP_COMPAT_42" # Use 4.2 BSD style TCP 711.2Sisoptions "COMPAT_NOMID" # allow nonvalid machine id executables 721.2Sis#options COMPAT_HPUX # HP300 compatability 731.2Sis 741.2Sis# 751.2Sis# Support for System V IPC facilities. 761.2Sis# 771.2Sisoptions SYSVSHM # System V-like shared memory 781.2Sisoptions SYSVMSG # System V-like messages 791.2Sisoptions SYSVSEM # System V-like semaphores 801.2Sis 811.2Sis# 821.2Sis# Support for various kernel options 831.2Sis# 841.2Sisoptions GENERIC # Mini-root boot support 851.2Sisoptions LKM # Loadable kernel modules 861.2Sisoptions KTRACE # Add kernel tracing system call 871.2Sisoptions DIAGNOSTIC # Add additional error checking code 881.2Sisoptions "NKMEMCLUSTERS=256" # Size of kernel malloc area 891.2Sis 901.2Sis# 911.2Sis# Misc. debuging options 921.2Sis# 931.2Sisoptions PANICWAIT # Require keystroke to dump/reboot 941.2Sis#options DEBUG # Add debugging statements 951.2Sis#options DDB # Kernel debugger 961.2Sis#options SYSCALL_DEBUG # debug all syscalls. 971.2Sis#options SCSIDEBUG # Add SCSI debugging statements 981.2Sis#options KGDB # Kernel debugger (KGDB) support 991.2Sis#options PANICBUTTON # Forced crash via keypress (???) 1001.2Sis 1011.2Sis# 1021.2Sis# Amiga specific options 1031.2Sis# 1041.2Sisoptions MACHINE_NONCONTIG # Non-contiguous memory support 1051.2Sis 1061.2Sisoptions RETINACONSOLE # enable code to allow retina to be console 1071.2Sisoptions ULOWELLCONSOLE # enable code to allow a2410 to be console 1081.2Sisoptions CL5426CONSOLE # Cirrus console 1091.2Sis 1101.2Sisoptions GRF_ECS # Enhanced Chip Set 1111.2Sisoptions GRF_NTSC # NTSC 1121.2Sisoptions GRF_PAL # PAL 1131.2Sisoptions "GRF_A2024" # Support for the A2024 1141.2Sisoptions GRF_AGA # AGA Chip Set 1151.2Sisoptions GRF_CL5426 # Cirrus board support 1161.2Sis#options "KFONT_8X11" # 8x11 font 1171.2Sis 1181.2Sis# This is how you would tell the kernel the A2410 oscillator frequencies: 1191.2Sis# The used frequencies are the defaults, and don't need option setting 1201.2Sis#options "ULOWELL_OSC1=36000000" 1211.2Sis#options "ULOWELL_OSC2=66667000" 1221.2Sis 1231.2Sis# This is how you specify the blitting speed, higher values may speed up blits 1241.2Sis# a littel bit. If you raise this value too much some trash may appear. 1251.2Sis# the commented version is the default. 1261.2Sis#options RH_MEMCLK 61000000 1271.2Sis# this option enables the 64 bit sprite which doesn't seems to be work 1281.2Sis# for quite a few people. E.g. The cursor sprite will turn to a block 1291.2Sis# when moved to the top of the screen in X. 1301.2Sis#options RH_64BIT_SPRITE 1311.2Sis# enables fast scroll code appears to now work on 040 systems. 1321.2Sis#options RETINA_SPEED_HACK 1331.2Sis 1341.2Sisgrfcc0 at mainbus0 # custom chips 1351.2Sisgrfrt0 at zbus0 # retina II 1361.2Sisgrfrh0 at zbus0 # retina III 1371.2Sisgrfcl* at zbus0 # Picasso II/Piccalo/Spectrum 1381.2Sisgrful0 at zbus0 # A2410 1391.2Sisgrfcv0 at zbus0 # CyverVision 64 1401.2Sis 1411.2Sisgrf0 at grfcc0 1421.2Sisgrf1 at grfrt0 1431.2Sisgrf2 at grfrh0 1441.2Sisgrf3 at grfcl? 1451.2Sisgrf4 at grful0 1461.2Sisgrf5 at grfcv0 1471.2Sis 1481.2Sisite0 at grf0 # terminal emulators for grf's 1491.2Sisite1 at grf1 # terminal emulators for grf's 1501.2Sisite2 at grf2 # terminal emulators for grf's 1511.2Sisite3 at grf3 # terminal emulators for grf's 1521.2Sisite4 at grf4 # terminal emulators for grf's 1531.2Sis 1541.2Sismsc0 at zbus0 # A2232 MSC multiport serial. 1551.2Sismfc0 at zbus0 # MultiFaceCard I/O board 1561.2Sismfcs0 at mfc0 unit 0 # MFC serial 1571.2Sismfcs1 at mfc0 unit 1 # MFC serial 1581.2Sis#mfcp0 at mfc0 unit 0 # MFC parallel [not available yet] 1591.2Sis#mfc1 at zbus0 # MultiFaceCard 2nd I/O board 1601.2Sis#mfcs2 at mfc1 unit 0 1611.2Sis#mfcs3 at mfc1 unit 1 1621.2Sis#mfcp1 at mfc1 unit 0 1631.2Sis 1641.2Sisle0 at zbus0 # Lance ethernet. 1651.2Sised0 at zbus0 # dp8390 ethernet 1661.2Sises0 at zbus0 # SMC 91C90 ethernet 1671.2Sisqn0 at zbus0 # quicknet ethernet 1681.2Sisae0 at zbus0 # Ariadne ethernet 1691.2Sisbah0 at zbus0 # C= arcnet 1701.2Sis 1711.2Sis 1721.2Sis# scsi stuff, all possible 1731.2Sisgvpbus* at zbus0 1741.2Sisgtsc0 at gvpbus? # GVP series II scsi 1751.2Sisahsc0 at mainbus0 # A3000 scsi 1761.2Sisatzsc0 at zbus0 1771.2Siswstsc0 at zbus0 # Wordsync II scsi 1781.2Sisivsc0 at zbus0 # IVS scsi 1791.2Sismlhsc0 at zbus0 # Hacker scsi 1801.2Sisotgsc0 at zbus0 # 12 gauge scsi 1811.2Siszssc0 at zbus0 # Zeus scsi 1821.2Sismgnsc0 at zbus0 # Magnum scsi 1831.2Siswesc0 at zbus0 # Warp Engine scsi 1841.2Sisidesc0 at mainbus0 # A4000 & A1200 IDE 1851.2Sisafsc0 at zbus0 # A4091 scsi 1861.2Sisaftsc0 at mainbus0 # A4000T scsi 1871.2Sisflsc0 at zbus0 # FastlaneZ3 scsi 1881.2Sisbzsc0 at zbus0 # Blizzard 1230 scsi 1891.2Sis 1901.2Sisscsibus* at gtsc0 1911.2Sisscsibus* at ahsc0 1921.2Sisscsibus* at atzsc0 1931.2Sisscsibus* at wstsc0 1941.2Sisscsibus* at ivsc0 1951.2Sisscsibus* at mlhsc0 1961.2Sisscsibus* at otgsc0 1971.2Sisscsibus* at zssc0 1981.2Sisscsibus* at mgnsc0 1991.2Sisscsibus* at wesc0 2001.2Sisscsibus* at idesc0 2011.2Sisscsibus* at afsc0 2021.2Sisscsibus* at aftsc0 2031.2Sisscsibus* at flsc0 2041.2Sisscsibus* at bzsc0 2051.2Sis 2061.2Sis# each hard drive from low target to high 2071.2Sis# will configure to the next available sd unit number 2081.2Sissd* at scsibus? target ? lun ? # scsi disks 2091.2Sis 2101.2Sisst* at scsibus? target ? lun ? # scsi tapes 2111.2Siscd* at scsibus? target ? lun ? # scsi cd's 2121.2Sis 2131.2Sispseudo-device sl # slip 2141.2Sispseudo-device ppp # ppp 2151.2Sispseudo-device view 10 # views 2161.2Sispseudo-device pty 16 # pseudo terminals 2171.2Sispseudo-device loop # network loopback 2181.2Sis#pseudo-device bpfilter 2 # berkeley packet filters 2191.2Sis#pseudo-device tun 2 2201.2Sis 2211.2Sisconfig netbsd swap on generic 222