GENERIC revision 1.23
1# 2# GENERIC AMIGA 3# 4# $Id: GENERIC,v 1.23 1994/07/16 02:29:24 chopps Exp $ 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 58#options ISOFS # 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_09" # compatability with older NetBSD release 67options "COMPAT_43" # 4.3 BSD compatible system calls 68options COMPAT_SUNOS # Support to run Sun (m68k) executables 69options "TCP_COMPAT_42" # Use 4.2 BSD style TCP 70options "COMPAT_NOMID" # allow nonvalid machine id executables 71#options COMPAT_HPUX # HP300 compatability 72 73# 74# Support for System V IPC facilities. 75# 76options SYSVSHM # System V-like shared memory 77options SYSVMSG # System V-like messages 78options SYSVSEM # System V-like semaphores 79 80# 81# Support for various kernel options 82# 83options GENERIC # Mini-root boot support 84options LKM # Loadable kernel modules 85options KTRACE # Add kernel tracing system call 86options DIAGNOSTIC # Add additional error checking code 87options "NKMEMCLUSTERS=256" # Size of kernel malloc area 88 89# 90# Misc. debuging options 91# 92options PANICWAIT # Require keystroke to dump/reboot 93options DEBUG # Add debugging statements 94options DDB # Kernel debugger 95#options SYSCALL_DEBUG # debug all syscalls. 96#options SCSIDEBUG # Add SCSI debugging statements 97#options KGDB # Kernel debugger (KGDB) support 98#options PANICBUTTON # Forced crash via keypress (???) 99 100# 101# Amiga specific options 102# 103options RETINACONSOLE # enable code to allow retina to be console 104options GRF_ECS # Enhanced Chip Set 105options GRF_NTSC # NTSC 106options GRF_PAL # PAL 107options "GRF_A2024" # Support for the A2024 108#options GRF_AGA # AGA Chip Set 109#options "KFONT_8X11" # 8x11 font 110 111grfcc0 at mainbus0 # custom chips 112grfrt0 at ztwobus0 # retina II 113grfrh0 at zthreebus0 # retina III 114 115grf0 at grfcc0 116grf1 at grfrt0 117grf2 at grfrh0 118 119ite0 at grf0 # terminal emulators for grf's 120ite1 at grf1 # terminal emulators for grf's 121ite2 at grf2 # terminal emulators for grf's 122 123le0 at ztwobus0 # Lance ethernet. 124ed0 at ztwobus0 # dp8390 ethernet 125 126# scsi stuff, all possible 127gvpbus0 at ztwobus0 128gtsc0 at gvpbus0 # GVP series II scsi 129ahsc0 at mainbus0 # A3000 scsi 130atzsc0 at ztwobus0 131wstsc0 at ztwobus0 # Wordsync II scsi 132ivsc0 at ztwobus0 # IVS scsi 133mlhsc0 at ztwobus0 # Hacker scsi 134otgsc0 at ztwobus0 # 12 gauge scsi 135zssc0 at ztwobus0 # Zeus scsi 136mgnsc0 at ztwobus0 # Magnum scsi 137wesc0 at zthreebus0 # Warp Engine scsi 138idesc0 at mainbus0 # A4000(A1200?) IDE 139 140scsibus0 at gtsc0 141scsibus1 at ahsc0 142scsibus2 at atzsc0 143scsibus2 at wstsc0 144scsibus3 at ivsc0 145scsibus4 at mlhsc0 146scsibus5 at otgsc0 147scsibus6 at zssc0 148scsibus7 at mgnsc0 149scsibus8 at wesc0 150scsibus9 at idesc0 151 152# 153# compat. 154# 155sd0 at scsibus? target 0 lun 0 156sd1 at scsibus? target 1 lun 0 157sd2 at scsibus? target 2 lun 0 158sd3 at scsibus? target 3 lun 0 159sd4 at scsibus? target 4 lun 0 160sd5 at scsibus? target 5 lun 0 161sd6 at scsibus? target 6 lun 0 162sd7 at scsibus? target ? lun 0 163 164# 165# This is nicer however many amiga setups expect sd units to refer to 166# scsi target numbers. If this is not the case, you can remove the 167# specific sdx lines above and each hard drive from low target to high 168# will configure to the next available sd unit number 169 170sd* at scsibus? target ? lun ? # scsi disks 171st* at scsibus? target ? lun ? # scsi tapes 172cd* at scsibus? target ? lun ? # scsi cd's 173 174pseudo-device sl # slip 175pseudo-device ppp # ppp 176pseudo-device view 10 # views 177pseudo-device pty 16 # pseudo terminals 178pseudo-device loop # network loopback 179 180config netbsd swap on generic 181