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