GENERIC revision 1.40
1# $NetBSD: GENERIC,v 1.40 1995/08/20 15:08:22 chopps Exp $ 2 3# 4# GENERIC AMIGA 5# 6# This configuration file contains all possible options 7# 8 9include "std.amiga" 10 11maxusers 8 12options TIMEZONE=300, DST=1 13 14# 15# processors this kernel should support 16# 17options "M68040" # support for 040 18options FPSP # MC68040 floating point support 19options "M68030" # support for 030 20options "M68020" # support for 020/851 21options FPCOPROC # Support for MC6888[12] (Required) 22 23options SWAPPAGER # Pager for processes (Required) 24options VNODEPAGER # Pager for vnodes (Required) 25options DEVPAGER # Pager for devices (Required) 26 27# 28# Networking options 29# 30options INET # IP networking support (Required) 31#options ISO # ISO Networking support 32#options TPIP # ARGO TP networking support 33#options CCITT # CCITT X.25 34#options NS # Xerox XNS 35#options EON # ISO CLNL over IP 36#options GATEWAY # Packet forwarding 37#options DIRECTED_BROADCAST # Broadcast across subnets 38#options NSIP # XNS over IP 39 40# 41# File system related options 42# 43options QUOTA # Disk quotas for local disks 44options NFSSERVER # Network File System server side code 45options NFSCLIENT # Network File System client side code 46 47# 48# File systems 49# 50options FFS # Berkeley fast file system 51options MFS # Memory based filesystem 52options PROCFS # Process filesystem 53options KERNFS # Kernel parameter filesystem (Recommended) 54options FDESC # /dev/fd filesystem 55options NULLFS # Loopback filesystem 56options FIFO # FIFO operations on vnodes (Recommended) 57options ADOSFS # AmigaDOS file system 58options "CD9660" # ISO 9660 file system, with Rock Ridge 59#options PORTAL # Portal filesystem 60#options MSDOSFS # MS-DOS filesystem 61 62 63# 64# Compatability options for various existing systems 65# 66options "COMPAT_10" # compatability with older NetBSD release 67options "COMPAT_09" # compatability with older NetBSD release 68options "COMPAT_43" # 4.3 BSD compatible system calls 69options COMPAT_SUNOS # Support to run Sun (m68k) executables 70options "TCP_COMPAT_42" # Use 4.2 BSD style TCP 71options "COMPAT_NOMID" # allow nonvalid machine id executables 72#options COMPAT_HPUX # HP300 compatability 73 74# 75# Support for System V IPC facilities. 76# 77options SYSVSHM # System V-like shared memory 78options SYSVMSG # System V-like messages 79options SYSVSEM # System V-like semaphores 80 81# 82# Support for various kernel options 83# 84options GENERIC # Mini-root boot support 85options LKM # Loadable kernel modules 86options KTRACE # Add kernel tracing system call 87options DIAGNOSTIC # Add additional error checking code 88options "NKMEMCLUSTERS=256" # Size of kernel malloc area 89 90# 91# Misc. debuging options 92# 93options PANICWAIT # Require keystroke to dump/reboot 94#options DEBUG # Add debugging statements 95options DDB # Kernel debugger 96#options SYSCALL_DEBUG # debug all syscalls. 97#options SCSIDEBUG # Add SCSI debugging statements 98#options KGDB # Kernel debugger (KGDB) support 99#options PANICBUTTON # Forced crash via keypress (???) 100 101# 102# Amiga specific options 103# 104options MACHINE_NONCONTIG # Non-contiguous memory support 105 106options RETINACONSOLE # enable code to allow retina to be console 107options ULOWELLCONSOLE # enable code to allow a2410 to be console 108options CL5426CONSOLE # Cirrus console 109 110#options RETINA_SPEED_HACK # enable fast scroll code, may not work 111options GRF_ECS # Enhanced Chip Set 112options GRF_NTSC # NTSC 113options GRF_PAL # PAL 114options "GRF_A2024" # Support for the A2024 115options GRF_AGA # AGA Chip Set 116options GRF_CL5426 # Cirrus board support 117#options "KFONT_8X11" # 8x11 font 118 119# This is how you would tell the kernel the A2410 oscillator frequencies: 120# The used frequencies are the defaults, and don't need option setting 121#options "ULOWELL_OSC1=36000000" 122#options "ULOWELL_OSC2=66667000" 123 124 125# This is how you specify the blitting speed, higher values may speed up blits 126# a littel bit. If you raise this value too much some trash may appear. 127# the commented version is the default. 128#options RH_MEMCLK 61000000 129# this option enables the 64 bit sprite which doesn't seems to be work 130# for quite a few people. E.g. The cursor sprite will turn to a block 131# when moved to the top of the screen in X. 132#options RH_64BIT_SPRITE 133 134 135grfcc0 at mainbus0 # custom chips 136grfrt0 at zbus0 # retina II 137grfrh0 at zbus0 # retina III 138grfcl* at zbus0 # Picasso II/Piccalo/Spectrum 139grful0 at zbus0 # A2410 140 141grf0 at grfcc0 142grf1 at grfrt0 143grf2 at grfrh0 144grf3 at grfcl? 145grf4 at grful0 146 147ite0 at grf0 # terminal emulators for grf's 148ite1 at grf1 # terminal emulators for grf's 149ite2 at grf2 # terminal emulators for grf's 150ite3 at grf3 # terminal emulators for grf's 151ite4 at grf4 # terminal emulators for grf's 152 153mfc0 at zbus0 # MultiFaceCard I/O board 154mfcs0 at mfc0 unit 0 # MFC serial 155mfcs1 at mfc0 unit 1 # MFC serial 156#mfcp0 at mfc0 unit 0 # MFC parallel [not available yet] 157#mfc1 at zbus0 # MultiFaceCard 2nd I/O board 158#mfcs2 at mfc1 unit 0 159#mfcs3 at mfc1 unit 1 160#mfcp1 at mfc1 unit 0 161 162le0 at zbus0 # Lance ethernet. 163ed0 at zbus0 # dp8390 ethernet 164es0 at zbus0 # SMC 91C90 ethernet 165ae0 at zbus0 # Ariadne ethernet 166 167# scsi stuff, all possible 168gvpbus* at zbus0 169gtsc0 at gvpbus? # GVP series II scsi 170ahsc0 at mainbus0 # A3000 scsi 171atzsc0 at zbus0 172wstsc0 at zbus0 # Wordsync II scsi 173ivsc0 at zbus0 # IVS scsi 174mlhsc0 at zbus0 # Hacker scsi 175otgsc0 at zbus0 # 12 gauge scsi 176zssc0 at zbus0 # Zeus scsi 177mgnsc0 at zbus0 # Magnum scsi 178wesc0 at zbus0 # Warp Engine scsi 179idesc0 at mainbus0 # A4000 & A1200 IDE 180afsc0 at zbus0 # A4091 scsi 181flsc0 at zbus0 # FastlaneZ3 scsi 182bzsc0 at zbus0 # Blizzard 1230 scsi 183 184scsibus* at gtsc0 185scsibus* at ahsc0 186scsibus* at atzsc0 187scsibus* at wstsc0 188scsibus* at ivsc0 189scsibus* at mlhsc0 190scsibus* at otgsc0 191scsibus* at zssc0 192scsibus* at mgnsc0 193scsibus* at wesc0 194scsibus* at idesc0 195scsibus* at afsc0 196scsibus* at flsc0 197scsibus* at bzsc0 198 199# each hard drive from low target to high 200# will configure to the next available sd unit number 201sd* at scsibus? target ? lun ? # scsi disks 202 203st* at scsibus? target ? lun ? # scsi tapes 204cd* at scsibus? target ? lun ? # scsi cd's 205 206pseudo-device sl # slip 207pseudo-device ppp # ppp 208pseudo-device view 10 # views 209pseudo-device pty 16 # pseudo terminals 210pseudo-device loop # network loopback 211#pseudo-device bpfilter 2 # berkeley packet filters 212#pseudo-device tun 2 213 214config netbsd swap on generic 215