INSTALL revision 1.42
11.27Sheinz# $NetBSD: INSTALL,v 1.42 2003/10/08 11:03:55 bouyer Exp $ 21.2Sis# 31.31Slukem# This file was automatically created. 41.31Slukem# Changes will be lost when make is run in this directory. 51.2Sis# 61.42Sbouyer# Created from: # NetBSD: GENERIC.in,v 1.16 2003/10/08 11:02:45 bouyer Exp $ 71.31Slukem# 81.31Slukem# GENERIC machine description file 91.31Slukem# 101.31Slukem# This machine description file is used to generate the default NetBSD 111.31Slukem# kernel. The generic kernel does not include all options, subsystems 121.31Slukem# and device drivers, but should be useful for most applications. 131.31Slukem# 141.31Slukem# The machine description file can be customised for your specific 151.31Slukem# machine to reduce the kernel size and improve its performance. 161.31Slukem# 171.31Slukem# For further information on compiling NetBSD kernels, see the config(8) 181.31Slukem# man page. 191.31Slukem# 201.31Slukem# For further information on hardware support for this architecture, see 211.31Slukem# the intro(4) man page. For further information about kernel options 221.31Slukem# for this architecture, see the options(4) man page. For an explanation 231.31Slukem# of each device driver in this file see the section 4 man page for the 241.31Slukem# device. 251.19Sjandberg 261.19Sjandberg 271.4Sisinclude "arch/amiga/conf/std.amiga" 281.2Sis 291.28Satatatoptions INCLUDE_CONFIG_FILE # embed config file in kernel binary 301.28Satatat 311.42Sbouyer#ident "GENERIC-$Revision: 1.42 $" 321.10Sis 331.10Sismakeoptions COPTS="-Os" 341.2Sis 351.2Sismaxusers 8 361.4Sisoptions RTC_OFFSET=0 371.2Sis 381.31Slukem# 391.31Slukem# mainboards to support (in addition to Amiga) 401.31Slukem# 411.4Sisoptions DRACO 421.4Sisoptions BB060STUPIDROM # You need this, if you have a non-DraCo 431.18Slukem # MC68060 with an OS ROM up to (at least) 441.4Sis # V40 (OS3.1) and want to boot with the 451.4Sis # bootblock. 461.4Sis # You do not need this if you have a DraCo, 471.4Sis # have no 68060 or NEVER use the bootblock 481.18Slukemoptions P5PPC68KBOARD # Phase5 PPC/68K board support 491.31Slukem# 501.31Slukem# processors this kernel should support 511.31Slukem# 521.4Sisoptions M68060 # support for 060 531.4Sisoptions M060SP # MC68060 software support (Required for 060) 541.4Sisoptions M68040 # support for 040 551.4Sisoptions FPSP # MC68040 floating point support 561.4Sisoptions M68030 # support for 030 571.4Sisoptions M68020 # support for 020/851 581.4Sisoptions FPU_EMULATE # FPU emulation 591.4Sis 601.31Slukem# 611.31Slukem# Networking options 621.31Slukem# 631.4Sisoptions INET # IP networking support (Required) 641.4Sisoptions INET6 # IPV6 651.4Sis#options IPSEC # IP security 661.4Sis#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 671.4Sis#options IPSEC_DEBUG # debug for IP security 681.4Sis#options GATEWAY # Packet forwarding 691.4Sis#options DIRECTED_BROADCAST # Broadcast across subnets 701.4Sis 711.31Slukem 721.4Sisoptions PPP_BSDCOMP # BSD-Compress compression support for PPP 731.4Sisoptions PPP_DEFLATE # Deflate compression support for PPP 741.4Sisoptions PPP_FILTER # Active filter support for PPP (requires bpf) 751.4Sisoptions PFIL_HOOKS # pfil(9) packet filter hooks 761.4Sisoptions IPFILTER_LOG # ipmon(8) log support 771.34Sprovos#options IPFILTER_DEFAULT_BLOCK # block all packets by default 781.4Sis 791.31Slukem# Filesystems 801.4Sisfile-system FFS # Berkeley fast file system 811.4Sisfile-system EXT2FS # second extended file system (linux) 821.4Sis#file-system LFS # log-structured filesystem (experimental) 831.4Sis 841.31Slukem 851.4Sisfile-system NFS # Network File System client side code 861.4Sisfile-system ADOSFS # AmigaDOS file system 871.4Sisfile-system CD9660 # ISO 9660 + Rock Ridge filesystem 881.4Sisfile-system MSDOSFS # MS-DOS filesystem 891.4Sis 901.4Sisfile-system KERNFS # kernel data-structure filesystem 911.4Sis 921.31Slukem 931.31Slukem# Filesystem options 941.9Sis 951.4Sis#options FFS_EI # FFS Endian Independant support 961.9Sis 971.31Slukem 981.32Sabsoptions VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem 991.32Sabs 1001.4Sis#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 1011.4Sis # immutable) behave as system flags. 1021.4Sis 1031.31Slukem# 1041.31Slukem# Compatibility options for various existing systems 1051.31Slukem# 1061.31Slukem 1071.23Sis 1081.23Sisoptions EXEC_AOUT # 32-bit aout executables (NetBSD-1.5.x) 1091.24Sisoptions COMPAT_AOUT_M68K # actually make some system calls work. 1101.4Sis 1111.31Slukem 1121.31Slukem# 1131.31Slukem# Support for various kernel options 1141.31Slukem# 1151.4Sis 1161.21Sjdolecek#options INSECURE # disable kernel security levels 1171.21Sjdolecekoptions SCSIVERBOSE # human readable SCSI error messages 1181.33Slukemoptions USERCONF # userconf(4) support 1191.32Sabsoptions PIPE_SOCKETPAIR # smaller, but slower pipe(2) 1201.32Sabsoptions MALLOC_NOINLINE # Not inlining MALLOC saves memory 1211.36Swiz 1221.36Swiz# Enable experimental buffer queue strategy for better responsiveness under 1231.36Swiz# high disk I/O load. Use it with caution - it's not proven to be stable yet. 1241.36Swiz#options NEW_BUFQ_STRATEGY 1251.4Sis 1261.31Slukem# 1271.31Slukem# Misc. debugging options 1281.31Slukem# 1291.4Sisoptions DDB # Kernel debugger 1301.4Sis#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 1311.4Sisoptions DIAGNOSTIC # Extra kernel sanity checks 1321.4Sis#options DEBUG # Enable misc. kernel debugging code 1331.4Sis#options SYSCALL_DEBUG # debug all syscalls. 1341.4Sis#options SCSIDEBUG # Add SCSI debugging statements 1351.29Sthorpej#options PANICBUTTON # Forced crash via keypress (?) 1361.4Sis 1371.31Slukem# 1381.31Slukem# Amiga specific options 1391.31Slukem# 1401.4Sis#options LIMITMEM=24 # Do not use more than LIMITMEM MB of the 1411.4Sis # first bank of RAM. (default: unlimited) 1421.18Slukem#options NKPTADD=4 # set this for 4 additional KPT pages 1431.18Slukem#options NKPTADDSHIFT=24 # set this for 1 additional KPT page 1441.4Sis # per 16 MB (1<<24 bytes) of RAM 1451.21Sjdolecek # uncomment and decrease this, or uncomment and 1461.18Slukem # increase NKPTADD if you get "out of PT pages" 1471.18Slukem # panics. 1481.4Sis 1491.31Slukem# ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete 1501.31Slukem# before the 10 secondinterval ends, or that KBDRESET does work at all. 1511.4Sis#options KBDRESET # sync on Ctrl-Amiga-Amiga 1521.4Sis 1531.31Slukem# These options improve performance with the built-in serial port 1541.31Slukem# on slower Amigas. Try the larger buffers first then lev6_defer. 1551.4Sis#options SERIBUF_SIZE=4096 1561.4Sis#options SEROBUF_SIZE=32 1571.4Sis#options LEV6_DEFER # defers l6 to l4 (below serial l5) 1581.38Sis 1591.38Sis#options DEVRELOAD # implement /dev/reload 1601.38Sis# # currently only works for a.out kernels 1611.4Sis 1621.4Sisoptions RETINACONSOLE # enable code to allow retina to be console 1631.4Sisoptions ULOWELLCONSOLE # enable code to allow a2410 to be console 1641.4Sisoptions CL5426CONSOLE # Cirrus console 1651.4Sisoptions CV64CONSOLE # CyberVision console 1661.4Sisoptions TSENGCONSOLE # Tseng console 1671.4Sisoptions CV3DCONSOLE # CyberVision 64/3D console 1681.4Sis 1691.4Sisoptions GRF_ECS # Enhanced Chip Set 1701.4Sisoptions GRF_NTSC # NTSC 1711.4Sisoptions GRF_PAL # PAL 1721.4Sisoptions GRF_A2024 # Support for the A2024 1731.4Sisoptions GRF_AGA # AGA Chip Set 1741.4Sisoptions GRF_AGA_VGA # AGA VGAONLY timing 1751.4Sisoptions GRF_SUPER72 # AGA Super-72 1761.4Sis#options KFONT_8X11 # 8x11 font 1771.4Sis 1781.31Slukem# select a font for the console according to the character set and keymap 1791.31Slukem# you want to use 1801.27Sheinzoptions KFONT_CONS_ISO8859_1 1811.27Sheinz#options KFONT_CONS_ISO8859_2 1821.27Sheinz 1831.31Slukem# This is how you would tell the kernel the A2410 oscillator frequencies: 1841.31Slukem# The used frequencies are the defaults, and do not need option setting 1851.4Sis#options ULOWELL_OSC1=36000000 1861.4Sis#options ULOWELL_OSC2=66667000 1871.4Sis 1881.31Slukem# This is how you specify the blitting speed, higher values may speed up blits 1891.31Slukem# a littel bit. If you raise this value too much some trash may appear. 1901.31Slukem# the commented version is the default. 1911.4Sis#options RH_MEMCLK=61000000 1921.31Slukem# this option enables the 64 bit sprite which does not work 1931.31Slukem# for quite a few people. E.g. The cursor sprite will turn to a block 1941.31Slukem# when moved to the top of the screen in X. 1951.4Sis#options RH_64BIT_SPRITE 1961.31Slukem# enables fast scroll code appears to now work on 040 systems. 1971.4Sis#options RETINA_SPEED_HACK 1981.31Slukem# enables the Hardwarecursor which does not work on some systems. 1991.4Sis#options RH_HARDWARECURSOR 2001.2Sis 2011.31Slukem# wscons aware interface to amiga custom chips. 2021.31Slukem# If you enable it enable also wskbd. 2031.31Slukem# 2041.14Sis 2051.14Sis#amidisplaycc0 at mainbus0 # wscons interface to custom chips 2061.14Sis#wsdisplay0 at amidisplaycc0 console ? 2071.31Slukem#options WSEMUL_VT100 2081.31Slukem#options FONT_BOLD8x16 2091.31Slukem#options FONT_VT220L8x10 2101.14Sis 2111.2Sisgrfcc0 at mainbus0 # custom chips 2121.2Sisgrfrt0 at zbus0 # retina II 2131.2Sisgrfrh0 at zbus0 # retina III 2141.27Sheinzgrfcl* at zbus0 # Picasso II/Piccolo/Spectrum 2151.2Sisgrful0 at zbus0 # A2410 2161.4Sisgrfcv0 at zbus0 # CyberVision 64 2171.4Sisgrfet* at zbus0 # Tseng (oMniBus, Domino, Merlin) 2181.4Sisgrfcv3d0 at zbus0 # CyberVision 64/3D 2191.2Sis 2201.2Sisgrf0 at grfcc0 2211.2Sisgrf1 at grfrt0 2221.2Sisgrf2 at grfrh0 2231.2Sisgrf3 at grfcl? 2241.2Sisgrf4 at grful0 2251.2Sisgrf5 at grfcv0 2261.4Sisgrf6 at grfet? 2271.4Sisgrf7 at grfcv3d0 2281.4Sisite0 at grf0 # terminal emulators for grfs 2291.4Sisite1 at grf1 # terminal emulators for grfs 2301.4Sisite2 at grf2 # terminal emulators for grfs 2311.4Sisite3 at grf3 # terminal emulators for grfs 2321.4Sisite4 at grf4 # terminal emulators for grfs 2331.4Sisite5 at grf5 # terminal emulators for grfs 2341.4Sisite6 at grf6 # terminal emulators for grfs 2351.4Sisite7 at grf7 # terminal emulators for grfs 2361.2Sis 2371.2Sismsc0 at zbus0 # A2232 MSC multiport serial. 2381.2Sismfc0 at zbus0 # MultiFaceCard I/O board 2391.2Sismfcs0 at mfc0 unit 0 # MFC serial 2401.2Sismfcs1 at mfc0 unit 1 # MFC serial 2411.2Sis#mfcp0 at mfc0 unit 0 # MFC parallel [not available yet] 2421.2Sis#mfc1 at zbus0 # MultiFaceCard 2nd I/O board 2431.2Sis#mfcs2 at mfc1 unit 0 2441.2Sis#mfcs3 at mfc1 unit 1 2451.2Sis#mfcp1 at mfc1 unit 0 2461.2Sis 2471.4Sishyper* at zbus? # zbus HyperCom3/3+/4/4+ 2481.4Sis#hyper* at mainbus0 # not yet: HyperCom1 + HyperCom3 2491.4Siscom* at hyper? port ? # Hypercom3/4 serial ports 2501.4Sislpt* at hyper? port ? # Hypercom3+/4+ parallel port 2511.4Sis 2521.18Slukem#options IOBZCLOCK=22118400 # default, uncomment the next line 2531.18Slukem#options IOBZCLOCK=24000000 # if needed. 2541.14Sis 2551.14Sisiobl* at zbus? # zbus IOBlix 2561.14Siscom* at iobl? port ? # IOBlix serial ports 2571.14Sislpt* at iobl? port ? # IOBlix parallel ports 2581.14Sis 2591.31Slukem 2601.31Slukem# 2611.31Slukem# Keyboard device. Optionally can attach a wskbd. 2621.31Slukem# wskbd works together with a wsdisplay so enable them both if you will. 2631.31Slukem# Don't enable wskbd if you use ite. 2641.28Satatat# 2651.31Slukem# XXX in std.amiga: kbd0 at mainbus0 2661.31Slukem 2671.14Sis#wskbd0 at kbd0 console ? 2681.4Sis 2691.31Slukem 2701.31Slukem# 2711.31Slukem# Amiga Mainboard devices (sans graphics and keyboard) 2721.31Slukem# 2731.4Sis 2741.4Sisser0 at mainbus0 # Amiga onboard serial 2751.4Sispar0 at mainbus0 # Amiga onboard parallel 2761.4Sisms* at mainbus0 # Amiga mice 2771.4Sisfdc0 at mainbus0 # Amiga FDC 2781.4Sisfd* at fdc0 unit ? # floppy disks on the later 2791.4Sisa34kbbc0 at mainbus0 # A3000/A4000 battery backed clock 2801.4Sisa2kbbc0 at mainbus0 # A2000 battery backed clock 2811.41Sjandberg 2821.41Sjandberg 2831.41Sjandberg#wsmouse* at ms? 2841.4Sis 2851.31Slukem# 2861.31Slukem# DraCo Mainboard devices (sans keyboard) 2871.31Slukem# 2881.4Sis 2891.4Sisdrbbc0 at mainbus0 # DraCo battery backed clock 2901.4Sisdrsupio0 at mainbus0 # DraCo superio chip 2911.4Siscom* at drsupio? port ? # DraCo serial 2921.4Sislpt0 at drsupio? port ? # DraCo parallel 2931.4Sis 2941.31Slukem# 2951.31Slukem# Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics) 2961.31Slukem# 2971.4Sis 2981.31Slukem 2991.31Slukem# Ethernet cards: 3001.4Sisle* at zbus0 # A2065, Ameristar, Ariadne 3011.12Sisne* at zbus0 # AriadneII, X-surf 3021.4Sised* at zbus0 # Hydra, ASDG LanRover 3031.4Sises* at zbus0 # CEI A4066 EthernetPLUS 3041.4Sisqn* at zbus0 # Quicknet 3051.4Sis 3061.31Slukem# Arcnet 3071.4Sisbah* at zbus0 # C=/Ameristar A2060 / 560 3081.2Sis 3091.31Slukem# Greater Valley Product Bus 3101.4Sisgvpbus* at zbus0 3111.2Sis 3121.31Slukem# scsi stuff, all possible 3131.2Sisgtsc0 at gvpbus? # GVP series II scsi 3141.4Sisscsibus* at gtsc0 3151.2Sisahsc0 at mainbus0 # A3000 scsi 3161.2Sisscsibus* at ahsc0 3171.4Sisatzsc0 at zbus0 # A2091 scsi 3181.2Sisscsibus* at atzsc0 3191.4Siswstsc0 at zbus0 # Wordsync II scsi 3201.2Sisscsibus* at wstsc0 3211.4Sisivsc0 at zbus0 # IVS scsi 3221.2Sisscsibus* at ivsc0 3231.4Sismlhsc0 at zbus0 # Hacker scsi 3241.2Sisscsibus* at mlhsc0 3251.4Sisotgsc0 at zbus0 # 12 gauge scsi 3261.2Sisscsibus* at otgsc0 3271.4Siszssc0 at zbus0 # Zeus scsi 3281.2Sisscsibus* at zssc0 3291.4Sismgnsc0 at zbus0 # Magnum scsi 3301.2Sisscsibus* at mgnsc0 3311.4Siswesc0 at zbus0 # Warp Engine scsi 3321.2Sisscsibus* at wesc0 3331.4Sisafsc0 at zbus0 # A4091 scsi 3341.2Sisscsibus* at afsc0 3351.4Sisaftsc0 at mainbus0 # A4000T scsi 3361.2Sisscsibus* at aftsc0 3371.4Sisflsc0 at zbus0 # FastlaneZ3 scsi 3381.2Sisscsibus* at flsc0 3391.18Slukembzsc0 at zbus0 # Blizzard 1230 I,II scsi 3401.2Sisscsibus* at bzsc0 3411.18Slukembzivsc0 at zbus0 # Blizzard 12x0 IV scsi 3421.4Sisscsibus* at bzivsc0 3431.4Sisbztzsc0 at zbus0 # Blizzard 2060 scsi 3441.4Sisscsibus* at bztzsc0 3451.4Siscbsc0 at zbus0 # CyberSCSI I 3461.4Sisscsibus* at cbsc0 3471.4Siscbiisc0 at zbus0 # CyberSCSI II 3481.4Sisscsibus* at cbiisc0 3491.4Siscbiiisc0 at zbus0 # Cyberstorm mk.III/Cyberstorm PPC SCSI 3501.4Sisscsibus* at cbiiisc0 3511.4Sisempsc0 at zbus0 # Emplant scsi 3521.4Sisscsibus* at empsc0 3531.13Sis#idesc0 at mainbus0 # A4000 & A1200 IDE 3541.13Sis#scsibus* at idesc0 3551.4Sis 3561.31Slukem# <<< comment out the wdc/atapibus entries below if the idesc lines above >>> 3571.31Slukem# <<< are uncommented >>> 3581.13Siswdc0 at mainbus0 # A4000 & A1200 IDE bus 3591.42Sbouyeratabus* at wdc? channel ? # ATA bus 3601.42Sbouyerwd* at atabus? drive ? # + drives 3611.42Sbouyeratapibus* at atabus? # ATAPI bus 3621.13Siscd* at atapibus? drive ? # ATAPI CD-ROM drives 3631.13Sissd* at atapibus? drive ? # ATAPI disk drives 3641.13Sis 3651.13Sispccard0 at mainbus0 3661.13Sispcmcia* at pccard0 3671.13Siscom* at pcmcia? function ? # Modems and serial cards 3681.13Sispcmcom* at pcmcia? function ? # PCMCIA multi-port serial cards 3691.13Sisaic* at pcmcia? function ? # Adaptec APA-1460 SCSI 3701.13Siswdc* at pcmcia? function ? 3711.13Sisawi* at pcmcia? function ? # BayStack 650 (802.11FH) 3721.13Sisep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet 3731.13Sismbe* at pcmcia? function ? # MB8696x based Ethernet 3741.13Sisne* at pcmcia? function ? # NE2000-compatible Ethernet 3751.13Sissm* at pcmcia? function ? # Megahertz Ethernet 3761.18Slukemmhzc* at pcmcia? function ? # Megahertz Ethernet/Modem combo cards 3771.13Siscom* at mhzc? 3781.13Sissm* at mhzc? 3791.2Sis 3801.31Slukem 3811.4Sisdrsc0 at mainbus0 # DraCo scsi 3821.4Sisscsibus* at drsc0 3831.4Sis 3841.31Slukem 3851.31Slukem# each hard drive from low target to high 3861.31Slukem# will configure to the next available sd unit number 3871.2Sissd* at scsibus? target ? lun ? # scsi disks 3881.2Sisst* at scsibus? target ? lun ? # scsi tapes 3891.4Siscd* at scsibus? target ? lun ? # scsi cds 3901.4Sisch* at scsibus? target ? lun ? # scsi autochangers 3911.2Sis 3921.4Sispseudo-device loop # loopback network interface 3931.4Sispseudo-device sl 1 # SLIP network interfaces 3941.4Sispseudo-device ppp 1 # PPP network interfaces 3951.19Sjandbergpseudo-device pppoe # PPP over Ethernet (RFC 2516) 3961.4Sispseudo-device tun 1 # network tunnel line discipline 3971.4Sis#pseudo-device gre 2 # generic L3 over IP tunnel 3981.4Sispseudo-device bpfilter 16 # Berkeley packet filter 3991.4Sispseudo-device ipfilter # IP Filter package 4001.4Sispseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 4011.4Sis#pseudo-device faith 1 # IPv[46] tcp relay translation i/f 4021.4Sis#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation 4031.12Sispseudo-device vlan # IEEE 802.1q encapsulation 4041.19Sjandbergpseudo-device bridge # simple inter-network bridging 4051.37Sperseant#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too 4061.4Sis 4071.4Sispseudo-device view 4 # views (needed for grfcc) 4081.31Slukempseudo-device pty 2 # pseudo-terminals 4091.30Slukempseudo-device clockctl # user control of clock subsystem 4101.4Sis 4111.4Sispseudo-device vnd 4 # vnode pseudo-disks 4121.4Sispseudo-device ccd 4 # concatenated disk devices 4131.35Selric#pseudo-device cgd 4 # cryptographic disk devices 4141.21Sjdolecekpseudo-device raid 8 # RAIDframe disk driver 4151.21Sjdolecekoptions RAID_AUTOCONFIG # auto-configuration of RAID components 4161.31Slukem# Options to enable various other RAIDframe RAID types. 4171.31Slukem# options RF_INCLUDE_EVENODD=1 4181.31Slukem# options RF_INCLUDE_RAID5_RS=1 4191.31Slukem# options RF_INCLUDE_PARITYLOGGING=1 4201.31Slukem# options RF_INCLUDE_CHAINDECLUSTER=1 4211.31Slukem# options RF_INCLUDE_INTERDECLUSTER=1 4221.31Slukem# options RF_INCLUDE_PARITY_DECLUSTERING=1 4231.31Slukem# options RF_INCLUDE_PARITY_DECLUSTERING_DS=1 4241.4Sis 4251.18Slukempseudo-device rnd # /dev/random and in-kernel generator 4261.18Slukem#options RND_COM # use "com" randomness as well (BROKEN) 4271.39Sis 4281.2Sis 4291.4Sisconfig netbsd root on ? type ? 430