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