INSTALL revision 1.19
11.19Sjandberg# $NetBSD: INSTALL,v 1.19 2002/01/14 18:56:35 jandberg 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.19Sjandberg# Created from: #NetBSD: GENERIC,v 1.166 2002/01/13 23:24:22 jandberg Exp $ 71.4Sis 81.19Sjandberg#GENERIC machine description file 91.19Sjandberg 101.19Sjandberg#This machine description file is used to generate the default NetBSD 111.19Sjandberg#kernel. The generic kernel does not include all options, subsystems 121.19Sjandberg#and device drivers, but should be useful for most applications. 131.19Sjandberg 141.19Sjandberg#The machine description file can be customised for your specific 151.19Sjandberg#machine to reduce the kernel size and improve its performance. 161.19Sjandberg 171.19Sjandberg#For further information on compiling NetBSD kernels, see the config(8) 181.19Sjandberg#man page. 191.19Sjandberg 201.19Sjandberg#For further information on hardware support for this architecture, see 211.19Sjandberg#the intro(4) man page. For further information about kernel options 221.19Sjandberg#for this architecture, see the options(4) man page. For an explanation 231.19Sjandberg#of each device driver in this file see the section 4 man page for the 241.19Sjandberg#device. 251.4Sisinclude "arch/amiga/conf/std.amiga" 261.2Sis 271.19Sjandberg#ident "GENERIC-$Revision: 1.19 $" 281.10Sis 291.10Sismakeoptions COPTS="-Os" 301.2Sis 311.2Sismaxusers 8 321.4Sisoptions RTC_OFFSET=0 331.2Sis 341.4Sis#mainboards to support (in addition to Amiga) 351.2Sis 361.4Sisoptions DRACO 371.2Sis 381.4Sisoptions BB060STUPIDROM # You need this, if you have a non-DraCo 391.18Slukem # MC68060 with an OS ROM up to (at least) 401.4Sis # V40 (OS3.1) and want to boot with the 411.4Sis # bootblock. 421.4Sis # You do not need this if you have a DraCo, 431.4Sis # have no 68060 or NEVER use the bootblock 441.18Slukemoptions P5PPC68KBOARD # Phase5 PPC/68K board support 451.4Sis 461.4Sis#processors this kernel should support 471.4Sis 481.4Sisoptions M68060 # support for 060 491.4Sisoptions M060SP # MC68060 software support (Required for 060) 501.4Sis 511.4Sisoptions M68040 # support for 040 521.4Sisoptions FPSP # MC68040 floating point support 531.4Sisoptions M68030 # support for 030 541.4Sisoptions M68020 # support for 020/851 551.4Sisoptions FPU_EMULATE # FPU emulation 561.4Sis 571.4Sis#Networking options 581.4Sis 591.4Sisoptions INET # IP networking support (Required) 601.4Sisoptions INET6 # IPV6 611.4Sis#options IPSEC # IP security 621.4Sis#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 631.4Sis#options IPSEC_DEBUG # debug for IP security 641.4Sis#options GATEWAY # Packet forwarding 651.4Sis#options DIRECTED_BROADCAST # Broadcast across subnets 661.4Sis 671.4Sisoptions PPP_BSDCOMP # BSD-Compress compression support for PPP 681.4Sisoptions PPP_DEFLATE # Deflate compression support for PPP 691.4Sisoptions PPP_FILTER # Active filter support for PPP (requires bpf) 701.4Sisoptions PFIL_HOOKS # pfil(9) packet filter hooks 711.4Sisoptions IPFILTER_LOG # ipmon(8) log support 721.4Sis 731.4Sisfile-system FFS # Berkeley fast file system 741.4Sisfile-system EXT2FS # second extended file system (linux) 751.4Sis#file-system LFS # log-structured filesystem (experimental) 761.4Sis 771.4Sisfile-system NFS # Network File System client side code 781.4Sisfile-system ADOSFS # AmigaDOS file system 791.4Sisfile-system CD9660 # ISO 9660 + Rock Ridge filesystem 801.4Sisfile-system MSDOSFS # MS-DOS filesystem 811.4Sis 821.4Sisfile-system KERNFS # kernel data-structure filesystem 831.4Sis 841.9Sis#Filesystem options 851.9Sis 861.4Sis#options FFS_EI # FFS Endian Independant support 871.9Sis 881.4Sis#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 891.4Sis # immutable) behave as system flags. 901.4Sis 911.15Swiz#Compatibility options for various existing systems 921.4Sis 931.4Sis#Support for various kernel options 941.4Sis 951.18Slukem#options INSECURE # allow, among other insecure stuff, LKM 961.4Sis # loading in multi-user mode. 971.4Sisoptions SCSIVERBOSE # Verbose SCSI errors 981.4Sis 991.4Sis#Misc. debugging options 1001.4Sis 1011.4Sisoptions DDB # Kernel debugger 1021.4Sis#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 1031.4Sisoptions DIAGNOSTIC # Extra kernel sanity checks 1041.4Sis#options DEBUG # Enable misc. kernel debugging code 1051.4Sis#options SYSCALL_DEBUG # debug all syscalls. 1061.4Sis#options SCSIDEBUG # Add SCSI debugging statements 1071.4Sis#options PANICBUTTON # Forced crash via keypress (???) 1081.4Sis 1091.4Sis#Amiga specific options 1101.4Sis 1111.4Sis#options LIMITMEM=24 # Do not use more than LIMITMEM MB of the 1121.4Sis # first bank of RAM. (default: unlimited) 1131.18Slukem#options NKPTADD=4 # set this for 4 additional KPT pages 1141.18Slukem#options NKPTADDSHIFT=24 # set this for 1 additional KPT page 1151.4Sis # per 16 MB (1<<24 bytes) of RAM 1161.18Slukem # define and decrease this, or define and 1171.18Slukem # increase NKPTADD if you get "out of PT pages" 1181.18Slukem # panics. 1191.4Sis 1201.4Sis#ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete 1211.4Sis#before the 10 secondinterval ends, or that KBDRESET does work at all. 1221.4Sis#options KBDRESET # sync on Ctrl-Amiga-Amiga 1231.4Sis 1241.4Sis#These options improve performance with the built-in serial port 1251.4Sis#on slower Amigas. Try the larger buffers first then lev6_defer. 1261.4Sis#options SERIBUF_SIZE=4096 1271.4Sis#options SEROBUF_SIZE=32 1281.4Sis#options LEV6_DEFER # defers l6 to l4 (below serial l5) 1291.4Sis 1301.4Sisoptions RETINACONSOLE # enable code to allow retina to be console 1311.4Sis 1321.4Sisoptions ULOWELLCONSOLE # enable code to allow a2410 to be console 1331.4Sisoptions CL5426CONSOLE # Cirrus console 1341.4Sisoptions CV64CONSOLE # CyberVision console 1351.4Sisoptions TSENGCONSOLE # Tseng console 1361.4Sisoptions CV3DCONSOLE # CyberVision 64/3D console 1371.4Sis 1381.4Sisoptions GRF_ECS # Enhanced Chip Set 1391.4Sisoptions GRF_NTSC # NTSC 1401.4Sisoptions GRF_PAL # PAL 1411.4Sisoptions GRF_A2024 # Support for the A2024 1421.4Sisoptions GRF_AGA # AGA Chip Set 1431.4Sisoptions GRF_AGA_VGA # AGA VGAONLY timing 1441.4Sisoptions GRF_SUPER72 # AGA Super-72 1451.4Sis 1461.4Sis#options KFONT_8X11 # 8x11 font 1471.4Sis 1481.4Sis#This is how you would tell the kernel the A2410 oscillator frequencies: 1491.4Sis#The used frequencies are the defaults, and do not need option setting 1501.4Sis#options ULOWELL_OSC1=36000000 1511.4Sis#options ULOWELL_OSC2=66667000 1521.4Sis 1531.4Sis#This is how you specify the blitting speed, higher values may speed up blits 1541.4Sis#a littel bit. If you raise this value too much some trash may appear. 1551.4Sis#the commented version is the default. 1561.4Sis#options RH_MEMCLK=61000000 1571.4Sis#this option enables the 64 bit sprite which does not work 1581.4Sis#for quite a few people. E.g. The cursor sprite will turn to a block 1591.4Sis#when moved to the top of the screen in X. 1601.4Sis#options RH_64BIT_SPRITE 1611.4Sis#enables fast scroll code appears to now work on 040 systems. 1621.4Sis#options RETINA_SPEED_HACK 1631.4Sis#enables the Hardwarecursor which does not work on some systems. 1641.4Sis#options RH_HARDWARECURSOR 1651.2Sis 1661.19Sjandberg#wscons aware interface to amiga custom chips. 1671.19Sjandberg#If you enable it enable also wskbd. 1681.14Sis 1691.14Sis#amidisplaycc0 at mainbus0 # wscons interface to custom chips 1701.14Sis#wsdisplay0 at amidisplaycc0 console ? 1711.19Sjandberg#options WSEMUL_VT100 1721.19Sjandberg#options FONT_BOLD8x16 1731.19Sjandberg#options FONT_VT220L8x10 1741.14Sis 1751.2Sisgrfcc0 at mainbus0 # custom chips 1761.2Sisgrfrt0 at zbus0 # retina II 1771.4Sis 1781.2Sisgrfrh0 at zbus0 # retina III 1791.4Sis 1801.2Sisgrfcl* at zbus0 # Picasso II/Piccalo/Spectrum 1811.2Sisgrful0 at zbus0 # A2410 1821.4Sisgrfcv0 at zbus0 # CyberVision 64 1831.4Sisgrfet* at zbus0 # Tseng (oMniBus, Domino, Merlin) 1841.4Sisgrfcv3d0 at zbus0 # CyberVision 64/3D 1851.2Sis 1861.2Sisgrf0 at grfcc0 1871.2Sisgrf1 at grfrt0 1881.4Sis 1891.2Sisgrf2 at grfrh0 1901.4Sis 1911.2Sisgrf3 at grfcl? 1921.2Sisgrf4 at grful0 1931.2Sisgrf5 at grfcv0 1941.4Sisgrf6 at grfet? 1951.4Sisgrf7 at grfcv3d0 1961.2Sis 1971.4Sisite0 at grf0 # terminal emulators for grfs 1981.4Sisite1 at grf1 # terminal emulators for grfs 1991.4Sis 2001.4Sisite2 at grf2 # terminal emulators for grfs 2011.4Sis 2021.4Sisite3 at grf3 # terminal emulators for grfs 2031.4Sisite4 at grf4 # terminal emulators for grfs 2041.4Sisite5 at grf5 # terminal emulators for grfs 2051.4Sisite6 at grf6 # terminal emulators for grfs 2061.4Sisite7 at grf7 # terminal emulators for grfs 2071.2Sis 2081.2Sismsc0 at zbus0 # A2232 MSC multiport serial. 2091.2Sismfc0 at zbus0 # MultiFaceCard I/O board 2101.2Sismfcs0 at mfc0 unit 0 # MFC serial 2111.2Sismfcs1 at mfc0 unit 1 # MFC serial 2121.2Sis#mfcp0 at mfc0 unit 0 # MFC parallel [not available yet] 2131.2Sis#mfc1 at zbus0 # MultiFaceCard 2nd I/O board 2141.2Sis#mfcs2 at mfc1 unit 0 2151.2Sis#mfcs3 at mfc1 unit 1 2161.2Sis#mfcp1 at mfc1 unit 0 2171.2Sis 2181.4Sishyper* at zbus? # zbus HyperCom3/3+/4/4+ 2191.4Sis#hyper* at mainbus0 # not yet: HyperCom1 + HyperCom3 2201.4Siscom* at hyper? port ? # Hypercom3/4 serial ports 2211.4Sislpt* at hyper? port ? # Hypercom3+/4+ parallel port 2221.4Sis 2231.18Slukem#options IOBZCLOCK=22118400 # default, uncomment the next line 2241.18Slukem#options IOBZCLOCK=24000000 # if needed. 2251.14Sis 2261.14Sisiobl* at zbus? # zbus IOBlix 2271.14Siscom* at iobl? port ? # IOBlix serial ports 2281.14Sislpt* at iobl? port ? # IOBlix parallel ports 2291.14Sis 2301.14Sis#Keyboard device. Optionally can attach a wskbd. 2311.14Sis#wskbd works together with a wsdisplay so enable them both if you will. 2321.14Sis#Don't enable wskbd if you use ite. 2331.14Sis 2341.14Sis#XXX in std.amiga: kbd0 at mainbus0 2351.14Sis#wskbd0 at kbd0 console ? 2361.4Sis 2371.4Sis#Amiga Mainboard devices (sans graphics and keyboard) 2381.4Sis 2391.4Sisser0 at mainbus0 # Amiga onboard serial 2401.4Sispar0 at mainbus0 # Amiga onboard parallel 2411.4Sisms* at mainbus0 # Amiga mice 2421.4Sisfdc0 at mainbus0 # Amiga FDC 2431.4Sisfd* at fdc0 unit ? # floppy disks on the later 2441.4Sisa34kbbc0 at mainbus0 # A3000/A4000 battery backed clock 2451.4Sisa2kbbc0 at mainbus0 # A2000 battery backed clock 2461.4Sisaucc* at mainbus0 # Amiga CC audio 2471.4Sisaudio* at aucc? 2481.4Sis 2491.4Sis#DraCo Mainboard devices (sans keyboard) 2501.4Sis 2511.4Sisdrbbc0 at mainbus0 # DraCo battery backed clock 2521.4Sisdrsupio0 at mainbus0 # DraCo superio chip 2531.4Siscom* at drsupio? port ? # DraCo serial 2541.4Sislpt0 at drsupio? port ? # DraCo parallel 2551.4Sis 2561.4Sis#Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics) 2571.17Sis 2581.17Sisrepulse* at zbus0 # ALiENDESiGN Repulse 2591.17Sisaudio* at repulse? 2601.4Sis 2611.4Sis#Ethernet cards: 2621.4Sisle* at zbus0 # A2065, Ameristar, Ariadne 2631.12Sisne* at zbus0 # AriadneII, X-surf 2641.4Sised* at zbus0 # Hydra, ASDG LanRover 2651.4Sises* at zbus0 # CEI A4066 EthernetPLUS 2661.4Sisqn* at zbus0 # Quicknet 2671.4Sis 2681.4Sisbah* at zbus0 # C=/Ameristar A2060 / 560 2691.2Sis 2701.4Sis#Greater Valley Product Bus 2711.4Sisgvpbus* at zbus0 2721.2Sis 2731.4Sis#scsi stuff, all possible 2741.2Sisgtsc0 at gvpbus? # GVP series II scsi 2751.4Sisscsibus* at gtsc0 2761.2Sisahsc0 at mainbus0 # A3000 scsi 2771.2Sisscsibus* at ahsc0 2781.4Sisatzsc0 at zbus0 # A2091 scsi 2791.2Sisscsibus* at atzsc0 2801.4Siswstsc0 at zbus0 # Wordsync II scsi 2811.2Sisscsibus* at wstsc0 2821.4Sisivsc0 at zbus0 # IVS scsi 2831.2Sisscsibus* at ivsc0 2841.4Sismlhsc0 at zbus0 # Hacker scsi 2851.2Sisscsibus* at mlhsc0 2861.4Sisotgsc0 at zbus0 # 12 gauge scsi 2871.2Sisscsibus* at otgsc0 2881.4Siszssc0 at zbus0 # Zeus scsi 2891.2Sisscsibus* at zssc0 2901.4Sismgnsc0 at zbus0 # Magnum scsi 2911.2Sisscsibus* at mgnsc0 2921.4Siswesc0 at zbus0 # Warp Engine scsi 2931.2Sisscsibus* at wesc0 2941.4Sisafsc0 at zbus0 # A4091 scsi 2951.2Sisscsibus* at afsc0 2961.4Sisaftsc0 at mainbus0 # A4000T scsi 2971.2Sisscsibus* at aftsc0 2981.4Sisflsc0 at zbus0 # FastlaneZ3 scsi 2991.2Sisscsibus* at flsc0 3001.18Slukembzsc0 at zbus0 # Blizzard 1230 I,II scsi 3011.2Sisscsibus* at bzsc0 3021.18Slukembzivsc0 at zbus0 # Blizzard 12x0 IV scsi 3031.4Sisscsibus* at bzivsc0 3041.4Sisbztzsc0 at zbus0 # Blizzard 2060 scsi 3051.4Sisscsibus* at bztzsc0 3061.4Siscbsc0 at zbus0 # CyberSCSI I 3071.4Sisscsibus* at cbsc0 3081.4Siscbiisc0 at zbus0 # CyberSCSI II 3091.4Sisscsibus* at cbiisc0 3101.4Siscbiiisc0 at zbus0 # Cyberstorm mk.III/Cyberstorm PPC SCSI 3111.4Sisscsibus* at cbiiisc0 3121.4Sisempsc0 at zbus0 # Emplant scsi 3131.4Sisscsibus* at empsc0 3141.13Sis#idesc0 at mainbus0 # A4000 & A1200 IDE 3151.13Sis#scsibus* at idesc0 3161.4Sis 3171.13Sis#<<< comment out the wdc/atapibus entries below if the idesc lines above >>> 3181.4Sis#<<< are uncommented >>> 3191.13Siswdc0 at mainbus0 # A4000 & A1200 IDE bus 3201.13Siswd* at wdc? drive ? # + drives 3211.13Sisatapibus* at wdc? channel ? # ATAPI bus 3221.13Siscd* at atapibus? drive ? # ATAPI CD-ROM drives 3231.13Sissd* at atapibus? drive ? # ATAPI disk drives 3241.13Sis 3251.13Sispccard0 at mainbus0 3261.13Sispcmcia* at pccard0 3271.13Siscom* at pcmcia? function ? # Modems and serial cards 3281.13Sispcmcom* at pcmcia? function ? # PCMCIA multi-port serial cards 3291.13Sisaic* at pcmcia? function ? # Adaptec APA-1460 SCSI 3301.13Siswdc* at pcmcia? function ? 3311.13Sisawi* at pcmcia? function ? # BayStack 650 (802.11FH) 3321.13Sisep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet 3331.13Sismbe* at pcmcia? function ? # MB8696x based Ethernet 3341.13Sisne* at pcmcia? function ? # NE2000-compatible Ethernet 3351.13Sissm* at pcmcia? function ? # Megahertz Ethernet 3361.18Slukemmhzc* at pcmcia? function ? # Megahertz Ethernet/Modem combo cards 3371.13Siscom* at mhzc? 3381.13Sissm* at mhzc? 3391.2Sis 3401.4Sisdrsc0 at mainbus0 # DraCo scsi 3411.4Sisscsibus* at drsc0 3421.4Sis 3431.4Sis#each hard drive from low target to high 3441.4Sis#will configure to the next available sd unit number 3451.2Sissd* at scsibus? target ? lun ? # scsi disks 3461.2Sisst* at scsibus? target ? lun ? # scsi tapes 3471.4Siscd* at scsibus? target ? lun ? # scsi cds 3481.4Sisch* at scsibus? target ? lun ? # scsi autochangers 3491.2Sis 3501.4Sispseudo-device loop # loopback network interface 3511.4Sispseudo-device sl 1 # SLIP network interfaces 3521.4Sispseudo-device ppp 1 # PPP network interfaces 3531.19Sjandbergpseudo-device pppoe # PPP over Ethernet (RFC 2516) 3541.4Sispseudo-device tun 1 # network tunnel line discipline 3551.4Sis#pseudo-device gre 2 # generic L3 over IP tunnel 3561.4Sis#pseudo-device ipip 2 # IP Encapsulation within IP (RFC 2003) 3571.4Sispseudo-device bpfilter 16 # Berkeley packet filter 3581.4Sispseudo-device ipfilter # IP Filter package 3591.4Sispseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 3601.4Sis#pseudo-device faith 1 # IPv[46] tcp relay translation i/f 3611.4Sis#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation 3621.12Sispseudo-device vlan # IEEE 802.1q encapsulation 3631.19Sjandbergpseudo-device bridge # simple inter-network bridging 3641.4Sis 3651.4Sispseudo-device view 4 # views (needed for grfcc) 3661.13Sispseudo-device pty 2 # pseudo-terminals 3671.4Sis 3681.4Sispseudo-device vnd 4 # vnode pseudo-disks 3691.4Sispseudo-device ccd 4 # concatenated disk devices 3701.4Sis#pseudo-device raid 4 # RAIDframe disk driver 3711.4Sis#options RAID_AUTOCONFIG # auto-configuration of RAID components 3721.4Sis 3731.18Slukempseudo-device rnd # /dev/random and in-kernel generator 3741.18Slukem#options RND_COM # use "com" randomness as well (BROKEN) 3751.2Sis 3761.4Sisconfig netbsd root on ? type ? 377