INSTALL revision 1.14
11.12Sis# $NetBSD: INSTALL,v 1.14 2001/03/10 23:55:31 is Exp $ 21.2Sis# 31.4Sis# This file was automatically created. Changes will be 41.4Sis# lost when running make in this directory. 51.2Sis# 61.14Sis# Created from: #NetBSD: GENERIC,v 1.156 2001/02/02 21:52:13 is Exp $ 71.4Sis 81.4Sisinclude "arch/amiga/conf/std.amiga" 91.2Sis 101.14Sis#ident "GENERIC-$Revision: 1.14 $" 111.10Sis 121.10Sismakeoptions COPTS="-Os" 131.2Sis 141.2Sismaxusers 8 151.4Sisoptions RTC_OFFSET=0 161.2Sis 171.4Sis#mainboards to support (in addition to Amiga) 181.2Sis 191.4Sisoptions DRACO 201.2Sis 211.4Sisoptions BB060STUPIDROM # You need this, if you have a non-DraCo 221.4Sis # MC68060 with an OS ROM up to (at least) 231.4Sis # V40 (OS3.1) and want to boot with the 241.4Sis # bootblock. 251.4Sis # You do not need this if you have a DraCo, 261.4Sis # have no 68060 or NEVER use the bootblock 271.9Sisoptions P5PPC68KBOARD # Phase5 PPC/68K board support 281.4Sis 291.4Sis#processors this kernel should support 301.4Sis 311.4Sisoptions M68060 # support for 060 321.4Sisoptions M060SP # MC68060 software support (Required for 060) 331.4Sis 341.4Sisoptions M68040 # support for 040 351.4Sisoptions FPSP # MC68040 floating point support 361.4Sisoptions M68030 # support for 030 371.4Sisoptions M68020 # support for 020/851 381.4Sisoptions FPU_EMULATE # FPU emulation 391.4Sis 401.4Sis#Networking options 411.4Sis 421.4Sisoptions INET # IP networking support (Required) 431.4Sisoptions INET6 # IPV6 441.4Sis#options IPSEC # IP security 451.4Sis#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 461.4Sis#options IPSEC_DEBUG # debug for IP security 471.4Sis#options GATEWAY # Packet forwarding 481.4Sis#options DIRECTED_BROADCAST # Broadcast across subnets 491.4Sis 501.4Sisoptions PPP_BSDCOMP # BSD-Compress compression support for PPP 511.4Sisoptions PPP_DEFLATE # Deflate compression support for PPP 521.4Sisoptions PPP_FILTER # Active filter support for PPP (requires bpf) 531.4Sisoptions PFIL_HOOKS # pfil(9) packet filter hooks 541.4Sisoptions IPFILTER_LOG # ipmon(8) log support 551.4Sis 561.4Sisfile-system FFS # Berkeley fast file system 571.4Sisfile-system EXT2FS # second extended file system (linux) 581.4Sis#file-system LFS # log-structured filesystem (experimental) 591.4Sis 601.4Sisfile-system NFS # Network File System client side code 611.4Sisfile-system ADOSFS # AmigaDOS file system 621.4Sisfile-system CD9660 # ISO 9660 + Rock Ridge filesystem 631.4Sisfile-system MSDOSFS # MS-DOS filesystem 641.4Sis 651.4Sisfile-system KERNFS # kernel data-structure filesystem 661.4Sis 671.9Sis#Filesystem options 681.9Sis 691.4Sis#options FFS_EI # FFS Endian Independant support 701.9Sis 711.4Sis#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 721.4Sis # immutable) behave as system flags. 731.4Sis 741.4Sis#Compatability options for various existing systems 751.4Sis 761.4Sis#Support for various kernel options 771.4Sis 781.4Sis#options INSECURE # allow, among other insecure stuff, LKM 791.4Sis # loading in multi-user mode. 801.4Sisoptions SCSIVERBOSE # Verbose SCSI errors 811.4Sis 821.4Sis#Misc. debugging options 831.4Sis 841.4Sisoptions DDB # Kernel debugger 851.4Sis#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 861.4Sisoptions DIAGNOSTIC # Extra kernel sanity checks 871.4Sis#options DEBUG # Enable misc. kernel debugging code 881.4Sis#options SYSCALL_DEBUG # debug all syscalls. 891.4Sis#options SCSIDEBUG # Add SCSI debugging statements 901.4Sis#options PANICBUTTON # Forced crash via keypress (???) 911.4Sis 921.4Sis#Amiga specific options 931.4Sis 941.4Sis#options LIMITMEM=24 # Do not use more than LIMITMEM MB of the 951.4Sis # first bank of RAM. (default: unlimited) 961.9Sis#options NKPTADD=4 # set this for 4 additional KPT pages 971.9Sis#options NKPTADDSHIFT=24 # set this for 1 additional KPT page 981.4Sis # per 16 MB (1<<24 bytes) of RAM 991.4Sis # define and decrease this, or define and 1001.4Sis # increase NKPTADD if you get "out of PT pages" 1011.4Sis # panics. 1021.4Sis 1031.4Sis#ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete 1041.4Sis#before the 10 secondinterval ends, or that KBDRESET does work at all. 1051.4Sis#options KBDRESET # sync on Ctrl-Amiga-Amiga 1061.4Sis 1071.4Sis#These options improve performance with the built-in serial port 1081.4Sis#on slower Amigas. Try the larger buffers first then lev6_defer. 1091.4Sis#options SERIBUF_SIZE=4096 1101.4Sis#options SEROBUF_SIZE=32 1111.4Sis#options LEV6_DEFER # defers l6 to l4 (below serial l5) 1121.4Sis 1131.4Sisoptions RETINACONSOLE # enable code to allow retina to be console 1141.4Sis 1151.4Sisoptions ULOWELLCONSOLE # enable code to allow a2410 to be console 1161.4Sisoptions CL5426CONSOLE # Cirrus console 1171.4Sisoptions CV64CONSOLE # CyberVision console 1181.4Sisoptions TSENGCONSOLE # Tseng console 1191.4Sisoptions CV3DCONSOLE # CyberVision 64/3D console 1201.4Sis 1211.4Sisoptions GRF_ECS # Enhanced Chip Set 1221.4Sisoptions GRF_NTSC # NTSC 1231.4Sisoptions GRF_PAL # PAL 1241.4Sisoptions GRF_A2024 # Support for the A2024 1251.4Sisoptions GRF_AGA # AGA Chip Set 1261.4Sisoptions GRF_AGA_VGA # AGA VGAONLY timing 1271.4Sisoptions GRF_SUPER72 # AGA Super-72 1281.4Sis 1291.4Sis#options KFONT_8X11 # 8x11 font 1301.4Sis 1311.4Sis#This is how you would tell the kernel the A2410 oscillator frequencies: 1321.4Sis#The used frequencies are the defaults, and do not need option setting 1331.4Sis#options ULOWELL_OSC1=36000000 1341.4Sis#options ULOWELL_OSC2=66667000 1351.4Sis 1361.4Sis#This is how you specify the blitting speed, higher values may speed up blits 1371.4Sis#a littel bit. If you raise this value too much some trash may appear. 1381.4Sis#the commented version is the default. 1391.4Sis#options RH_MEMCLK=61000000 1401.4Sis#this option enables the 64 bit sprite which does not work 1411.4Sis#for quite a few people. E.g. The cursor sprite will turn to a block 1421.4Sis#when moved to the top of the screen in X. 1431.4Sis#options RH_64BIT_SPRITE 1441.4Sis#enables fast scroll code appears to now work on 040 systems. 1451.4Sis#options RETINA_SPEED_HACK 1461.4Sis#enables the Hardwarecursor which does not work on some systems. 1471.4Sis#options RH_HARDWARECURSOR 1481.2Sis 1491.14Sis#wscons aware interface to amiga custom chips. Text-only console. 1501.14Sis#If you enable it enable also wskbd. 1511.14Sis 1521.14Sis#amidisplaycc0 at mainbus0 # wscons interface to custom chips 1531.14Sis#wsdisplay0 at amidisplaycc0 console ? 1541.14Sis#options WSEMUL_VT100 1551.14Sis 1561.2Sisgrfcc0 at mainbus0 # custom chips 1571.2Sisgrfrt0 at zbus0 # retina II 1581.4Sis 1591.2Sisgrfrh0 at zbus0 # retina III 1601.4Sis 1611.2Sisgrfcl* at zbus0 # Picasso II/Piccalo/Spectrum 1621.2Sisgrful0 at zbus0 # A2410 1631.4Sisgrfcv0 at zbus0 # CyberVision 64 1641.4Sisgrfet* at zbus0 # Tseng (oMniBus, Domino, Merlin) 1651.4Sisgrfcv3d0 at zbus0 # CyberVision 64/3D 1661.2Sis 1671.2Sisgrf0 at grfcc0 1681.2Sisgrf1 at grfrt0 1691.4Sis 1701.2Sisgrf2 at grfrh0 1711.4Sis 1721.2Sisgrf3 at grfcl? 1731.2Sisgrf4 at grful0 1741.2Sisgrf5 at grfcv0 1751.4Sisgrf6 at grfet? 1761.4Sisgrf7 at grfcv3d0 1771.2Sis 1781.4Sisite0 at grf0 # terminal emulators for grfs 1791.4Sisite1 at grf1 # terminal emulators for grfs 1801.4Sis 1811.4Sisite2 at grf2 # terminal emulators for grfs 1821.4Sis 1831.4Sisite3 at grf3 # terminal emulators for grfs 1841.4Sisite4 at grf4 # terminal emulators for grfs 1851.4Sisite5 at grf5 # terminal emulators for grfs 1861.4Sisite6 at grf6 # terminal emulators for grfs 1871.4Sisite7 at grf7 # terminal emulators for grfs 1881.2Sis 1891.2Sismsc0 at zbus0 # A2232 MSC multiport serial. 1901.2Sismfc0 at zbus0 # MultiFaceCard I/O board 1911.2Sismfcs0 at mfc0 unit 0 # MFC serial 1921.2Sismfcs1 at mfc0 unit 1 # MFC serial 1931.2Sis#mfcp0 at mfc0 unit 0 # MFC parallel [not available yet] 1941.2Sis#mfc1 at zbus0 # MultiFaceCard 2nd I/O board 1951.2Sis#mfcs2 at mfc1 unit 0 1961.2Sis#mfcs3 at mfc1 unit 1 1971.2Sis#mfcp1 at mfc1 unit 0 1981.2Sis 1991.4Sishyper* at zbus? # zbus HyperCom3/3+/4/4+ 2001.4Sis#hyper* at mainbus0 # not yet: HyperCom1 + HyperCom3 2011.4Siscom* at hyper? port ? # Hypercom3/4 serial ports 2021.4Sislpt* at hyper? port ? # Hypercom3+/4+ parallel port 2031.4Sis 2041.14Sis#options IOBZCLOCK=22118400 # default, uncomment the next line 2051.14Sis#options IOBZCLOCK=24000000 # if needed. 2061.14Sis 2071.14Sisiobl* at zbus? # zbus IOBlix 2081.14Siscom* at iobl? port ? # IOBlix serial ports 2091.14Sislpt* at iobl? port ? # IOBlix parallel ports 2101.14Sis 2111.14Sis#Keyboard device. Optionally can attach a wskbd. 2121.14Sis#wskbd works together with a wsdisplay so enable them both if you will. 2131.14Sis#Don't enable wskbd if you use ite. 2141.14Sis 2151.14Sis#XXX in std.amiga: kbd0 at mainbus0 2161.14Sis#wskbd0 at kbd0 console ? 2171.4Sis 2181.4Sis#Amiga Mainboard devices (sans graphics and keyboard) 2191.4Sis 2201.4Sisser0 at mainbus0 # Amiga onboard serial 2211.4Sispar0 at mainbus0 # Amiga onboard parallel 2221.4Sisms* at mainbus0 # Amiga mice 2231.4Sisfdc0 at mainbus0 # Amiga FDC 2241.4Sisfd* at fdc0 unit ? # floppy disks on the later 2251.4Sisa34kbbc0 at mainbus0 # A3000/A4000 battery backed clock 2261.4Sisa2kbbc0 at mainbus0 # A2000 battery backed clock 2271.4Sisaucc* at mainbus0 # Amiga CC audio 2281.4Sisaudio* at aucc? 2291.4Sis 2301.4Sis#DraCo Mainboard devices (sans keyboard) 2311.4Sis 2321.4Sisdrbbc0 at mainbus0 # DraCo battery backed clock 2331.4Sisdrsupio0 at mainbus0 # DraCo superio chip 2341.4Siscom* at drsupio? port ? # DraCo serial 2351.4Sislpt0 at drsupio? port ? # DraCo parallel 2361.4Sis 2371.4Sis#Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics) 2381.4Sis 2391.4Sis#Ethernet cards: 2401.4Sisle* at zbus0 # A2065, Ameristar, Ariadne 2411.12Sisne* at zbus0 # AriadneII, X-surf 2421.4Sised* at zbus0 # Hydra, ASDG LanRover 2431.4Sises* at zbus0 # CEI A4066 EthernetPLUS 2441.4Sisqn* at zbus0 # Quicknet 2451.4Sis 2461.4Sisbah* at zbus0 # C=/Ameristar A2060 / 560 2471.2Sis 2481.4Sis#Greater Valley Product Bus 2491.4Sisgvpbus* at zbus0 2501.2Sis 2511.4Sis#scsi stuff, all possible 2521.2Sisgtsc0 at gvpbus? # GVP series II scsi 2531.4Sisscsibus* at gtsc0 2541.2Sisahsc0 at mainbus0 # A3000 scsi 2551.2Sisscsibus* at ahsc0 2561.4Sisatzsc0 at zbus0 # A2091 scsi 2571.2Sisscsibus* at atzsc0 2581.4Siswstsc0 at zbus0 # Wordsync II scsi 2591.2Sisscsibus* at wstsc0 2601.4Sisivsc0 at zbus0 # IVS scsi 2611.2Sisscsibus* at ivsc0 2621.4Sismlhsc0 at zbus0 # Hacker scsi 2631.2Sisscsibus* at mlhsc0 2641.4Sisotgsc0 at zbus0 # 12 gauge scsi 2651.2Sisscsibus* at otgsc0 2661.4Siszssc0 at zbus0 # Zeus scsi 2671.2Sisscsibus* at zssc0 2681.4Sismgnsc0 at zbus0 # Magnum scsi 2691.2Sisscsibus* at mgnsc0 2701.4Siswesc0 at zbus0 # Warp Engine scsi 2711.2Sisscsibus* at wesc0 2721.4Sisafsc0 at zbus0 # A4091 scsi 2731.2Sisscsibus* at afsc0 2741.4Sisaftsc0 at mainbus0 # A4000T scsi 2751.2Sisscsibus* at aftsc0 2761.4Sisflsc0 at zbus0 # FastlaneZ3 scsi 2771.2Sisscsibus* at flsc0 2781.4Sisbzsc0 at zbus0 # Blizzard 1230 I,II scsi 2791.2Sisscsibus* at bzsc0 2801.4Sisbzivsc0 at zbus0 # Blizzard 12x0 IV scsi 2811.4Sisscsibus* at bzivsc0 2821.4Sisbztzsc0 at zbus0 # Blizzard 2060 scsi 2831.4Sisscsibus* at bztzsc0 2841.4Siscbsc0 at zbus0 # CyberSCSI I 2851.4Sisscsibus* at cbsc0 2861.4Siscbiisc0 at zbus0 # CyberSCSI II 2871.4Sisscsibus* at cbiisc0 2881.4Siscbiiisc0 at zbus0 # Cyberstorm mk.III/Cyberstorm PPC SCSI 2891.4Sisscsibus* at cbiiisc0 2901.4Sisempsc0 at zbus0 # Emplant scsi 2911.4Sisscsibus* at empsc0 2921.13Sis#idesc0 at mainbus0 # A4000 & A1200 IDE 2931.13Sis#scsibus* at idesc0 2941.4Sis 2951.13Sis#<<< comment out the wdc/atapibus entries below if the idesc lines above >>> 2961.4Sis#<<< are uncommented >>> 2971.13Siswdc0 at mainbus0 # A4000 & A1200 IDE bus 2981.13Siswd* at wdc? drive ? # + drives 2991.13Sisatapibus* at wdc? channel ? # ATAPI bus 3001.13Siscd* at atapibus? drive ? # ATAPI CD-ROM drives 3011.13Sissd* at atapibus? drive ? # ATAPI disk drives 3021.13Sis 3031.13Sispccard0 at mainbus0 3041.13Sispcmcia* at pccard0 3051.13Siscom* at pcmcia? function ? # Modems and serial cards 3061.13Sispcmcom* at pcmcia? function ? # PCMCIA multi-port serial cards 3071.13Sisaic* at pcmcia? function ? # Adaptec APA-1460 SCSI 3081.13Siswdc* at pcmcia? function ? 3091.13Sisawi* at pcmcia? function ? # BayStack 650 (802.11FH) 3101.13Sisep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet 3111.13Sismbe* at pcmcia? function ? # MB8696x based Ethernet 3121.13Sisne* at pcmcia? function ? # NE2000-compatible Ethernet 3131.13Sissm* at pcmcia? function ? # Megahertz Ethernet 3141.13Sismhzc* at pcmcia? function ? # Megahertz Ethernet/Modem combo cards 3151.13Siscom* at mhzc? 3161.13Sissm* at mhzc? 3171.2Sis 3181.4Sisdrsc0 at mainbus0 # DraCo scsi 3191.4Sisscsibus* at drsc0 3201.4Sis 3211.4Sis#each hard drive from low target to high 3221.4Sis#will configure to the next available sd unit number 3231.2Sissd* at scsibus? target ? lun ? # scsi disks 3241.2Sisst* at scsibus? target ? lun ? # scsi tapes 3251.4Siscd* at scsibus? target ? lun ? # scsi cds 3261.4Sisch* at scsibus? target ? lun ? # scsi autochangers 3271.2Sis 3281.4Sispseudo-device loop # loopback network interface 3291.4Sispseudo-device sl 1 # SLIP network interfaces 3301.4Sispseudo-device ppp 1 # PPP network interfaces 3311.4Sispseudo-device tun 1 # network tunnel line discipline 3321.4Sis#pseudo-device gre 2 # generic L3 over IP tunnel 3331.4Sis#pseudo-device ipip 2 # IP Encapsulation within IP (RFC 2003) 3341.4Sispseudo-device bpfilter 16 # Berkeley packet filter 3351.4Sispseudo-device ipfilter # IP Filter package 3361.4Sispseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 3371.4Sis#pseudo-device faith 1 # IPv[46] tcp relay translation i/f 3381.4Sis#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation 3391.12Sispseudo-device vlan # IEEE 802.1q encapsulation 3401.4Sis 3411.4Sispseudo-device view 4 # views (needed for grfcc) 3421.13Sispseudo-device pty 2 # pseudo-terminals 3431.4Sis 3441.4Sispseudo-device vnd 4 # vnode pseudo-disks 3451.4Sispseudo-device ccd 4 # concatenated disk devices 3461.4Sis#pseudo-device raid 4 # RAIDframe disk driver 3471.4Sis#options RAID_AUTOCONFIG # auto-configuration of RAID components 3481.4Sis 3491.9Sispseudo-device rnd # /dev/random and in-kernel generator 3501.4Sis#options RND_COM # use "com" randomness as well (BROKEN) 3511.2Sis 3521.4Sisconfig netbsd root on ? type ? 353