INSTALL revision 1.7
1# $NetBSD: INSTALL,v 1.7 2000/09/25 13:54:50 abs Exp $ 2# 3# This file was automatically created. Changes will be 4# lost when running make in this directory. 5# 6# Created from: 7#$ NetBSD: GENERIC,v 1.146 2000/07/05 04:07:24 sommerfeld Exp $ 8 9include "arch/amiga/conf/std.amiga" 10 11#ident "GENERIC-$Revision: 1.7 $" 12 13makeoptions COPTS="-Os" # Optimise for space. Implies -O2 14 15maxusers 8 16options RTC_OFFSET=0 17 18#mainboards to support (in addition to Amiga) 19 20options DRACO 21 22options BB060STUPIDROM # You need this, if you have a non-DraCo 23 # MC68060 with an OS ROM up to (at least) 24 # V40 (OS3.1) and want to boot with the 25 # bootblock. 26 # You do not need this if you have a DraCo, 27 # have no 68060 or NEVER use the bootblock 28options P5PPC68KBOARD # Phase5 PPC/68K board support 29 30#processors this kernel should support 31 32options M68060 # support for 060 33options M060SP # MC68060 software support (Required for 060) 34 35options M68040 # support for 040 36options FPSP # MC68040 floating point support 37options M68030 # support for 030 38options M68020 # support for 020/851 39options FPU_EMULATE # FPU emulation 40 41#Networking options 42 43options INET # IP networking support (Required) 44options INET6 # IPV6 45options PULLDOWN_TEST # use m_pulldown for IPv4/v6 processing 46#options IPSEC # IP security 47#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 48#options IPSEC_DEBUG # debug for IP security 49#options GATEWAY # Packet forwarding 50#options DIRECTED_BROADCAST # Broadcast across subnets 51 52options PPP_BSDCOMP # BSD-Compress compression support for PPP 53options PPP_DEFLATE # Deflate compression support for PPP 54options PPP_FILTER # Active filter support for PPP (requires bpf) 55options PFIL_HOOKS # pfil(9) packet filter hooks 56options IPFILTER_LOG # ipmon(8) log support 57 58# File systems 59file-system FFS # Berkeley fast file system 60file-system EXT2FS # second extended file system (linux) 61#file-system LFS # log-structured filesystem (experimental) 62 63file-system NFS # Network File System client side code 64file-system ADOSFS # AmigaDOS file system 65file-system CD9660 # ISO 9660 + Rock Ridge filesystem 66file-system MSDOSFS # MS-DOS filesystem 67 68file-system KERNFS # kernel data-structure filesystem 69 70# Filesystem options 71#options FFS_EI # FFS Endian Independant support 72#options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space 73#options VNODE_OP_NOINLINE # Save space by not inlining vnode op calls 74#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 75 # immutable) behave as system flags. 76 77#Compatability options for various existing systems 78 79#Support for various kernel options 80 81#options INSECURE # allow, among other insecure stuff, LKM 82 # loading in multi-user mode. 83options SCSIVERBOSE # Verbose SCSI errors 84 85#Misc. debugging options 86 87options DDB # Kernel debugger 88#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 89options DIAGNOSTIC # Extra kernel sanity checks 90#options DEBUG # Enable misc. kernel debugging code 91#options SYSCALL_DEBUG # debug all syscalls. 92#options SCSIDEBUG # Add SCSI debugging statements 93#options PANICBUTTON # Forced crash via keypress (???) 94 95#Amiga specific options 96 97#options LIMITMEM=24 # Do not use more than LIMITMEM MB of the 98 # first bank of RAM. (default: unlimited) 99#options NKPTADD=4 # set this for 4 additional KPT pages 100#options NKPTADDSHIFT=24 # set this for 1 additional KPT page 101 # per 16 MB (1<<24 bytes) of RAM 102 # define and decrease this, or define and 103 # increase NKPTADD if you get "out of PT pages" 104 # panics. 105 106#ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete 107#before the 10 secondinterval ends, or that KBDRESET does work at all. 108#options KBDRESET # sync on Ctrl-Amiga-Amiga 109 110#These options improve performance with the built-in serial port 111#on slower Amigas. Try the larger buffers first then lev6_defer. 112#options SERIBUF_SIZE=4096 113#options SEROBUF_SIZE=32 114#options LEV6_DEFER # defers l6 to l4 (below serial l5) 115 116options RETINACONSOLE # enable code to allow retina to be console 117 118options ULOWELLCONSOLE # enable code to allow a2410 to be console 119options CL5426CONSOLE # Cirrus console 120options CV64CONSOLE # CyberVision console 121options TSENGCONSOLE # Tseng console 122options CV3DCONSOLE # CyberVision 64/3D console 123 124options GRF_ECS # Enhanced Chip Set 125options GRF_NTSC # NTSC 126options GRF_PAL # PAL 127options GRF_A2024 # Support for the A2024 128options GRF_AGA # AGA Chip Set 129options GRF_AGA_VGA # AGA VGAONLY timing 130options GRF_SUPER72 # AGA Super-72 131 132#options KFONT_8X11 # 8x11 font 133 134#This is how you would tell the kernel the A2410 oscillator frequencies: 135#The used frequencies are the defaults, and do not need option setting 136#options ULOWELL_OSC1=36000000 137#options ULOWELL_OSC2=66667000 138 139#This is how you specify the blitting speed, higher values may speed up blits 140#a littel bit. If you raise this value too much some trash may appear. 141#the commented version is the default. 142#options RH_MEMCLK=61000000 143#this option enables the 64 bit sprite which does not work 144#for quite a few people. E.g. The cursor sprite will turn to a block 145#when moved to the top of the screen in X. 146#options RH_64BIT_SPRITE 147#enables fast scroll code appears to now work on 040 systems. 148#options RETINA_SPEED_HACK 149#enables the Hardwarecursor which does not work on some systems. 150#options RH_HARDWARECURSOR 151 152grfcc0 at mainbus0 # custom chips 153grfrt0 at zbus0 # retina II 154 155grfrh0 at zbus0 # retina III 156 157grfcl* at zbus0 # Picasso II/Piccalo/Spectrum 158grful0 at zbus0 # A2410 159grfcv0 at zbus0 # CyberVision 64 160grfet* at zbus0 # Tseng (oMniBus, Domino, Merlin) 161grfcv3d0 at zbus0 # CyberVision 64/3D 162 163grf0 at grfcc0 164grf1 at grfrt0 165 166grf2 at grfrh0 167 168grf3 at grfcl? 169grf4 at grful0 170grf5 at grfcv0 171grf6 at grfet? 172grf7 at grfcv3d0 173 174ite0 at grf0 # terminal emulators for grfs 175ite1 at grf1 # terminal emulators for grfs 176 177ite2 at grf2 # terminal emulators for grfs 178 179ite3 at grf3 # terminal emulators for grfs 180ite4 at grf4 # terminal emulators for grfs 181ite5 at grf5 # terminal emulators for grfs 182ite6 at grf6 # terminal emulators for grfs 183ite7 at grf7 # terminal emulators for grfs 184 185msc0 at zbus0 # A2232 MSC multiport serial. 186mfc0 at zbus0 # MultiFaceCard I/O board 187mfcs0 at mfc0 unit 0 # MFC serial 188mfcs1 at mfc0 unit 1 # MFC serial 189#mfcp0 at mfc0 unit 0 # MFC parallel [not available yet] 190#mfc1 at zbus0 # MultiFaceCard 2nd I/O board 191#mfcs2 at mfc1 unit 0 192#mfcs3 at mfc1 unit 1 193#mfcp1 at mfc1 unit 0 194 195hyper* at zbus? # zbus HyperCom3/3+/4/4+ 196#hyper* at mainbus0 # not yet: HyperCom1 + HyperCom3 197com* at hyper? port ? # Hypercom3/4 serial ports 198lpt* at hyper? port ? # Hypercom3+/4+ parallel port 199 200#not enabled yet... needs more testing and clock frequency autodetection 201#iobl* at zbus? # zbus IOBlix 202#com* at iobl? port ? # IOBlix serial ports 203#lpt* at iobl? port ? # IOBlix parallel ports 204 205#Amiga Mainboard devices (sans graphics and keyboard) 206 207ser0 at mainbus0 # Amiga onboard serial 208par0 at mainbus0 # Amiga onboard parallel 209ms* at mainbus0 # Amiga mice 210fdc0 at mainbus0 # Amiga FDC 211fd* at fdc0 unit ? # floppy disks on the later 212a34kbbc0 at mainbus0 # A3000/A4000 battery backed clock 213a2kbbc0 at mainbus0 # A2000 battery backed clock 214aucc* at mainbus0 # Amiga CC audio 215audio* at aucc? 216 217#DraCo Mainboard devices (sans keyboard) 218 219drbbc0 at mainbus0 # DraCo battery backed clock 220drsupio0 at mainbus0 # DraCo superio chip 221com* at drsupio? port ? # DraCo serial 222lpt0 at drsupio? port ? # DraCo parallel 223 224#Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics) 225 226#Ethernet cards: 227le* at zbus0 # A2065, Ameristar, Ariadne 228ne* at zbus0 # AriadneII 229ed* at zbus0 # Hydra, ASDG LanRover 230es* at zbus0 # CEI A4066 EthernetPLUS 231qn* at zbus0 # Quicknet 232 233bah* at zbus0 # C=/Ameristar A2060 / 560 234 235#Greater Valley Product Bus 236gvpbus* at zbus0 237 238#scsi stuff, all possible 239gtsc0 at gvpbus? # GVP series II scsi 240scsibus* at gtsc0 241ahsc0 at mainbus0 # A3000 scsi 242scsibus* at ahsc0 243atzsc0 at zbus0 # A2091 scsi 244scsibus* at atzsc0 245wstsc0 at zbus0 # Wordsync II scsi 246scsibus* at wstsc0 247ivsc0 at zbus0 # IVS scsi 248scsibus* at ivsc0 249mlhsc0 at zbus0 # Hacker scsi 250scsibus* at mlhsc0 251otgsc0 at zbus0 # 12 gauge scsi 252scsibus* at otgsc0 253zssc0 at zbus0 # Zeus scsi 254scsibus* at zssc0 255mgnsc0 at zbus0 # Magnum scsi 256scsibus* at mgnsc0 257wesc0 at zbus0 # Warp Engine scsi 258scsibus* at wesc0 259afsc0 at zbus0 # A4091 scsi 260scsibus* at afsc0 261aftsc0 at mainbus0 # A4000T scsi 262scsibus* at aftsc0 263flsc0 at zbus0 # FastlaneZ3 scsi 264scsibus* at flsc0 265bzsc0 at zbus0 # Blizzard 1230 I,II scsi 266scsibus* at bzsc0 267bzivsc0 at zbus0 # Blizzard 12x0 IV scsi 268scsibus* at bzivsc0 269bztzsc0 at zbus0 # Blizzard 2060 scsi 270scsibus* at bztzsc0 271cbsc0 at zbus0 # CyberSCSI I 272scsibus* at cbsc0 273cbiisc0 at zbus0 # CyberSCSI II 274scsibus* at cbiisc0 275cbiiisc0 at zbus0 # Cyberstorm mk.III/Cyberstorm PPC SCSI 276scsibus* at cbiiisc0 277empsc0 at zbus0 # Emplant scsi 278scsibus* at empsc0 279idesc0 at mainbus0 # A4000 & A1200 IDE 280scsibus* at idesc0 281 282#<<< comment out the idesc entries above if the following wdc/atapibus lines >>> 283#<<< are uncommented >>> 284#wdc0 at mainbus0 # A4000 & A1200 IDE bus 285#wd* at wdc? drive ? # + drives 286#atapibus* at wdc? channel ? # ATAPI bus 287#cd* at atapibus? drive ? # ATAPI CD-ROM drives 288#sd* at atapibus? drive ? # ATAPI disk drives 289 290#pccard0 at mainbus0 291#pcmcia* at pccard0 292#com* at pcmcia? function ? # Modems and serial cards 293#pcmcom* at pcmcia? function ? # PCMCIA multi-port serial cards 294#aic* at pcmcia? function ? # Adaptec APA-1460 SCSI 295##wdc* at pcmcia? function ? 296#awi* at pcmcia? function ? # BayStack 650 (802.11FH) 297##ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet 298#mbe* at pcmcia? function ? # MB8696x based Ethernet 299#ne* at pcmcia? function ? # NE2000-compatible Ethernet 300#sm* at pcmcia? function ? # Megahertz Ethernet 301#mhzc* at pcmcia? function ? # Megahertz Ethernet/Modem combo cards 302#com* at mhzc? 303#sm* at mhzc? 304 305drsc0 at mainbus0 # DraCo scsi 306scsibus* at drsc0 307 308#each hard drive from low target to high 309#will configure to the next available sd unit number 310sd* at scsibus? target ? lun ? # scsi disks 311st* at scsibus? target ? lun ? # scsi tapes 312cd* at scsibus? target ? lun ? # scsi cds 313ch* at scsibus? target ? lun ? # scsi autochangers 314 315pseudo-device loop # loopback network interface 316pseudo-device sl 1 # SLIP network interfaces 317pseudo-device ppp 1 # PPP network interfaces 318pseudo-device tun 1 # network tunnel line discipline 319#pseudo-device gre 2 # generic L3 over IP tunnel 320#pseudo-device ipip 2 # IP Encapsulation within IP (RFC 2003) 321pseudo-device bpfilter 16 # Berkeley packet filter 322pseudo-device ipfilter # IP Filter package 323pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 324#pseudo-device faith 1 # IPv[46] tcp relay translation i/f 325#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation 326 327pseudo-device view 4 # views (needed for grfcc) 328pseudo-device pty # pseudo-terminals 329 330pseudo-device vnd 4 # vnode pseudo-disks 331pseudo-device ccd 4 # concatenated disk devices 332#pseudo-device raid 4 # RAIDframe disk driver 333#options RAID_AUTOCONFIG # auto-configuration of RAID components 334 335#rnd is EXPERIMENTAL at this point. 336#pseudo-device rnd # /dev/random and in-kernel generator 337#options RND_COM # use "com" randomness as well (BROKEN) 338 339config netbsd root on ? type ? 340