1 # 2 # GENERIC AMIGA 3 # 4 # $Id: GENERIC,v 1.20 1994/06/20 02:29:51 chopps Exp $ 5 # 6 # This configuration file contains all possible options 7 # 8 9 include "std.amiga" 10 11 maxusers 8 12 options TIMEZONE=300, DST=1 13 14 # 15 # processors this kernel should support 16 # 17 options "M68040" # support for 040 18 options FPSP # MC68040 floating point support 19 options "M68030" # support for 030 20 options "M68020" # support for 020/851 21 options FPCOPROC # Support for MC6888[12] (Required) 22 23 options SWAPPAGER # Pager for processes (Required) 24 options VNODEPAGER # Pager for vnodes (Required) 25 options DEVPAGER # Pager for devices (Required) 26 27 # 28 # Networking options 29 # 30 options ETHER # XXXX!!!! 31 options INET # IP networking support (Required) 32 #options ISO # ISO Networking support 33 #options TPIP # ARGO TP networking support 34 #options CCITT # CCITT X.25 35 #options NS # Xerox XNS 36 #options EON # ISO CLNL over IP 37 #options GATEWAY # Packet forwarding 38 #options DIRECTED_BROADCAST # Broadcast across subnets 39 #options NSIP # XNS over IP 40 41 # 42 # File system related options 43 # 44 options QUOTA # Disk quotas for local disks 45 options NFSSERVER # Network File System server side code 46 options NFSCLIENT # Network File System client side code 47 48 # 49 # File systems 50 # 51 options FFS # Berkeley fast file system 52 options MFS # Memory based filesystem 53 options PROCFS # Process filesystem 54 options KERNFS # Kernel parameter filesystem (Recommended) 55 options FDESC # /dev/fd filesystem 56 options NULLFS # Loopback filesystem 57 options FIFO # FIFO operations on vnodes (Recommended) 58 options ADOSFS # AmigaDOS file system 59 #options ISOFS # ISO 9660 file system, with Rock Ridge 60 #options PORTAL # Portal filesystem 61 #options MSDOSFS # MS-DOS filesystem 62 63 64 # 65 # Compatability options for various existing systems 66 # 67 options "COMPAT_09" # compatability with older NetBSD release 68 options "COMPAT_43" # 4.3 BSD compatible system calls 69 options COMPAT_SUNOS # Support to run Sun (m68k) executables 70 options "TCP_COMPAT_42" # Use 4.2 BSD style TCP 71 options "COMPAT_NOMID" # allow nonvalid machine id executables 72 #options COMPAT_HPUX # HP300 compatability 73 74 # 75 # Support for System V IPC facilities. 76 # 77 options SYSVSHM # System V-like shared memory 78 options SYSVMSG # System V-like messages 79 options SYSVSEM # System V-like semaphores 80 81 # 82 # Support for various kernel options 83 # 84 options GENERIC # Mini-root boot support 85 options LKM # Loadable kernel modules 86 options KTRACE # Add kernel tracing system call 87 options DIAGNOSTIC # Add additional error checking code 88 options "NKMEMCLUSTERS=256" # Size of kernel malloc area 89 90 # 91 # Misc. debuging options 92 # 93 options PANICWAIT # Require keystroke to dump/reboot 94 options DEBUG # Add debugging statements 95 options 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 # 104 options RETINACONSOLE # enable code to allow retina to be console 105 options GRF_ECS # Enhanced Chip Set 106 options GRF_NTSC # NTSC 107 options GRF_PAL # PAL 108 options "GRF_A2024" # Support for the A2024 109 #options "KFONT_8X11" # 8x11 font 110 111 grfcc0 at mainbus0 # custom chips 112 grfrt0 at ztwobus0 # retina II 113 grfrh0 at zthreebus0 # retina III 114 115 grf0 at grfcc0 116 grf1 at grfrt0 117 grf2 at grfrh0 118 119 ite0 at grf0 # terminal emulators for grf's 120 ite1 at grf1 # terminal emulators for grf's 121 ite2 at grf2 # terminal emulators for grf's 122 123 # scsi stuff, all possible 124 gvpbus0 at ztwobus0 125 gtsc0 at gvpbus0 # GVP series II scsi 126 ahsc0 at mainbus0 # A3000 scsi 127 atzsc0 at ztwobus0 128 wstsc0 at ztwobus0 # Wordsync II scsi 129 ivsc0 at ztwobus0 # IVS scsi 130 mlhsc0 at ztwobus0 # Hacker scsi 131 otgsc0 at ztwobus0 # 12 gauge scsi 132 zssc0 at ztwobus0 # Zeus scsi 133 mgnsc0 at ztwobus0 # Magnum scsi 134 wesc0 at zthreebus0 # Warp Engine scsi 135 idesc0 at mainbus0 # A4000(A1200?) IDE 136 137 scsibus0 at gtsc0 138 scsibus1 at ahsc0 139 scsibus2 at atzsc0 140 scsibus2 at wstsc0 141 scsibus3 at ivsc0 142 scsibus4 at mlhsc0 143 scsibus5 at otgsc0 144 scsibus6 at zssc0 145 scsibus7 at mgnsc0 146 scsibus8 at wesc0 147 scsibus9 at idesc0 148 149 # 150 # compat. 151 # 152 sd0 at scsibus? target 0 lun 0 153 sd1 at scsibus? target 1 lun 0 154 sd2 at scsibus? target 2 lun 0 155 sd3 at scsibus? target 3 lun 0 156 sd4 at scsibus? target 4 lun 0 157 sd5 at scsibus? target 5 lun 0 158 sd6 at scsibus? target 6 lun 0 159 sd7 at scsibus? target ? lun 0 160 161 # 162 # This is nicer however many amiga setups expect sd units to refer to 163 # scsi target numbers. If this is not the case, you can remove the 164 # specific sdx lines above and each hard drive from low target to high 165 # will configure to the next available sd unit number 166 167 sd* at scsibus? target ? lun ? # scsi disks 168 st* at scsibus? target ? lun ? # scsi tapes 169 cd* at scsibus? target ? lun ? # scsi cd's 170 171 pseudo-device sl # slip 172 pseudo-device ppp # ppp 173 pseudo-device view 10 # views 174 pseudo-device pty 16 # pseudo terminals 175 pseudo-device loop # network loopback 176 177 config netbsd swap on generic 178