1 1.4 chopps # 2 1.4 chopps # GENERIC AMIGA 3 1.4 chopps # 4 1.6 chopps # $Id: GENERIC,v 1.6 1994/05/08 05:52:49 chopps Exp $ 5 1.4 chopps # 6 1.4 chopps # This configuration file contains all possible options 7 1.4 chopps # 8 1.4 chopps 9 1.6 chopps include "std.amiga" 10 1.4 chopps 11 1.6 chopps maxusers 8 12 1.1 chopps 13 1.6 chopps options TIMEZONE=300, DST=1, MAXFDESCS=2048 14 1.1 chopps 15 1.6 chopps grfcc0 at mainbus0 16 1.6 chopps grfrt0 at ztwobus0 17 1.4 chopps 18 1.6 chopps grf0 at grfcc0 19 1.6 chopps grf1 at grfrt0 20 1.6 chopps 21 1.6 chopps ite* at grf? 22 1.6 chopps 23 1.6 chopps pseudo-device view 10 24 1.6 chopps pseudo-device pty 16 25 1.6 chopps pseudo-device loop 26 1.6 chopps 27 1.6 chopps # scsi stuff, all possible 28 1.6 chopps gvpbus0 at ztwobus0 29 1.6 chopps gtsc0 at gvpbus0 # GVP series II scsi 30 1.6 chopps ahsc0 at mainbus0 # A3000 scsi 31 1.6 chopps atzsc0 at ztwobus0 32 1.6 chopps #wstsc0 at ztwobus0 # Wordsync II scsi 33 1.6 chopps #ivsc0 at ztwobus0 # IVS scsi 34 1.6 chopps #mlhsc0 at ztwobus0 # Hacker scsi 35 1.6 chopps #otgsc0 at ztwobus0 # 12 gauge scsi 36 1.6 chopps #zssc0 at ztwobus0 # Zues scsi 37 1.6 chopps #mgnsc0 at ztwobus0 # Magnum scsi 38 1.6 chopps 39 1.6 chopps scsibus0 at gtsc0 40 1.6 chopps scsibus1 at ahsc0 41 1.6 chopps scsibus2 at atzsc0 42 1.6 chopps #scsibus2 at wstsc0 43 1.6 chopps #scsibus3 at ivsc0 44 1.6 chopps #scsibus4 at mlhsc0 45 1.6 chopps #scsibus5 at otgsc0 46 1.6 chopps #scsibus6 at zssc0 47 1.6 chopps #scsibus7 at mgnsc0 48 1.6 chopps 49 1.6 chopps # any drives on configured controllers. 50 1.6 chopps sd0 at scsibus? target 0 lun 0 51 1.6 chopps sd1 at scsibus? target 1 lun 0 52 1.6 chopps sd2 at scsibus? target 2 lun 0 53 1.6 chopps sd3 at scsibus? target 3 lun 0 54 1.6 chopps sd4 at scsibus? target 4 lun 0 55 1.6 chopps sd5 at scsibus? target 5 lun 0 56 1.6 chopps sd6 at scsibus? target 6 lun 0 57 1.6 chopps st0 at scsibus? target ? lun 0 58 1.4 chopps 59 1.6 chopps config netbsd swap generic 60 1.1 chopps 61 1.4 chopps options FPSP # MC68040 floating point support 62 1.4 chopps options FPCOPROC # Support for MC68881/MC68882 (Required) 63 1.4 chopps 64 1.4 chopps # Networking options 65 1.6 chopps options ETHER # XXXX!!!! 66 1.4 chopps options INET # IP networking support (Required) 67 1.4 chopps options ISO # ISO Networking support 68 1.4 chopps options TPIP # ARGO TP networking support 69 1.6 chopps #options CCITT # CCITT X.25 70 1.6 chopps #options NS # Xerox XNS 71 1.6 chopps #options EON # ISO CLNL over IP 72 1.6 chopps #options GATEWAY # Packet forwarding 73 1.6 chopps #options DIRECTED_BROADCAST # Broadcast across subnets 74 1.6 chopps #options NSIP # XNS over IP 75 1.4 chopps 76 1.4 chopps # File system related options 77 1.4 chopps options QUOTA # Disk quotas for local disks 78 1.4 chopps options NFSSERVER # Network File System server side code 79 1.4 chopps options NFSCLIENT # Network File System client side code 80 1.6 chopps 81 1.4 chopps # Support for various types of filesystems 82 1.4 chopps options FFS # Berkeley fast file system 83 1.4 chopps options MFS # Memory based filesystem 84 1.4 chopps options PROCFS # Process filesystem 85 1.4 chopps options KERNFS # Kernel parameter filesystem (Recommended) 86 1.4 chopps options MSDOSFS # MS-DOS filesystem 87 1.4 chopps options FDESC # /dev/fd filesystem 88 1.4 chopps options LOFS # Loopback filesystem 89 1.4 chopps options ISOFS # ISO 9660 file system, with Rock Ridge 90 1.4 chopps options PORTAL # Portal filesystem 91 1.4 chopps 92 1.4 chopps options FIFO # FIFO operations on vnodes (Recommended) 93 1.4 chopps 94 1.4 chopps options SWAPPAGER # Pager for processes (Required) 95 1.4 chopps options VNODEPAGER # Pager for vnodes (Required) 96 1.4 chopps options DEVPAGER # Pager for devices (Required) 97 1.4 chopps #options BANKEDDEVPAGER # Pager for Retina 98 1.4 chopps 99 1.4 chopps # Compatability options for various existing systems 100 1.4 chopps options "COMPAT_09" # fs type binary compatability (name vs number) 101 1.4 chopps options COMPAT_SUNOS # Support to run Sun (m68k) executables 102 1.4 chopps #options HPUXCOMPAT # HP300 compatability 103 1.4 chopps options "COMPAT_43" # 4.3 BSD compatible system calls 104 1.4 chopps options "TCP_COMPAT_42" # Use 4.2 BSD style TCP 105 1.4 chopps options "COMPAT_NOMID" # Support to run nonvalid machine id executables 106 1.4 chopps 107 1.4 chopps # Support for System V IPC facilities. 108 1.4 chopps options SYSVSHM # System V-like shared memory 109 1.4 chopps options SYSVMSG # System V-like messages 110 1.4 chopps options SYSVSEM # System V-like semaphores 111 1.4 chopps 112 1.4 chopps # Amiga graphics options 113 1.4 chopps options GRF_ECS # Enhanced Chip Set 114 1.4 chopps options GRF_NTSC # NTSC 115 1.4 chopps options GRF_PAL # PAL 116 1.4 chopps options "GRF_A2024" # Support for the A2024 117 1.4 chopps 118 1.4 chopps # Support for various kernel options 119 1.4 chopps options KTRACE # Add kernel tracing system call 120 1.4 chopps options PANICWAIT # Require keystroke to dump/reboot 121 1.4 chopps options DIAGNOSTIC # Add additional error checking code 122 1.6 chopps options DEBUG # Add debugging statements 123 1.6 chopps options SYSCALL_DEBUG # debug all syscalls. 124 1.4 chopps #options SCSIDEBUG # Add SCSI debugging statements 125 1.4 chopps #options KGDB # Kernel debugger (KGDB) support 126 1.6 chopps options DDB # Kernel debugger 127 1.4 chopps #options PANICBUTTON # Forced crash via keypress (???) 128 1.4 chopps options "NKMEMCLUSTERS=256" # Size of kernel malloc area 129 1.4 chopps options GENERIC # Mini-root boot support 130 1.4 chopps #options PROFTIMER # Kernel profiling support 131 1.4 chopps #options "PRF_INTERVAL=500" # Clock ticks between profile interrupts 132 1.6 chopps #options "PPP_OUTQ_SIZE=4096" # Size of large PPP output queue 133 1.4 chopps options LKM # Loadable kernel modules 134 1.4 chopps 135