GENERIC revision 1.60
1# $NetBSD: GENERIC,v 1.60 1996/08/26 23:39:28 mrg 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# mainboards to support (in addition to Amiga) 16# 17options DRACO 18 19# 20# processors this kernel should support 21# 22options "M68060" # support for 060 23options "M060SP" # ...and MC68060 support package 24options "M68040" # support for 040 25options FPSP # MC68040 floating point support 26options "M68030" # support for 030 27options "M68020" # support for 020/851 28options FPCOPROC # Support for MC6888[12] (Required) 29 30# 31# pagers: 32# 33 34options SWAPPAGER # Pager for processes (Required) 35options VNODEPAGER # Pager for vnodes (Required) 36options DEVPAGER # Pager for devices (Required) 37 38# 39# Networking options 40# 41options INET # IP networking support (Required) 42#options GATEWAY # Packet forwarding 43#options DIRECTED_BROADCAST # Broadcast across subnets 44#options MROUTING # Multicast routing 45#options NS # XNS 46#options ISO,TPIP # OSI 47#options EON # OSI tunneling over IP 48#options CCITT,LLC,HDLC # X.25 49#options PPP_BSDCOMP,PPP_DEFLATE # BSD compression for PPP 50 51# 52# File systems 53# 54options FFS # Berkeley fast file system 55options QUOTA # UFS quotas 56#options LFS # log-structured filesystem 57options MFS # Memory based filesystem 58 59options NFSSERVER # Network File System server side code 60options NFSCLIENT # Network File System client side code 61 62options ADOSFS # AmigaDOS file system 63options CD9660 # ISO 9660 + Rock Ridge file system 64options MSDOSFS # MS-DOS file system 65options FDESC # /dev/fd 66options FIFO # FIFOs; RECOMMENDED 67options KERNFS # /kern 68options NULLFS # loopback file system 69#options PORTAL # Portal Filesystem 70options PROCFS # /proc 71options UMAPFS # NULLFS + uid and gid remapping 72options UNION # union file system 73 74 75# 76# Compatability options for various existing systems 77# 78options COMPAT_12 79options "COMPAT_10" # compatability with older NetBSD release 80options "COMPAT_09" # compatability with older NetBSD release 81options "COMPAT_43" # 4.3 BSD compatible system calls 82options COMPAT_SUNOS # Support to run Sun (m68k) executables 83options "TCP_COMPAT_42" # Use 4.2 BSD style TCP 84options "COMPAT_NOMID" # allow nonvalid machine id executables 85#options COMPAT_HPUX # HP300 compatability 86 87# 88# Support for System V IPC facilities. 89# 90options SYSVSHM # System V-like shared memory 91options SYSVMSG # System V-like messages 92options SYSVSEM # System V-like semaphores 93 94# 95# Support for various kernel options 96# 97 98options UCONSOLE # anyone can redirect a virtual console 99#options INSECURE # allow, among other insecure stuff, LKM 100 # loading in multi-user mode. 101 102options GENERIC # Mini-root boot support 103options LKM # Loadable kernel modules 104options "NKMEMCLUSTERS=256" # Size of kernel malloc area 105 106# 107# Misc. debuging options 108# 109options DDB # Kernel debugger 110options DIAGNOSTIC # Add additional error checking code 111options KTRACE # Add kernel tracing system call 112#options DEBUG # Add debugging statements 113#options SYSCALL_DEBUG # debug all syscalls. 114#options SCSIDEBUG # Add SCSI debugging statements 115#options KGDB # Kernel debugger (KGDB) support 116#options PANICBUTTON # Forced crash via keypress (???) 117 118# 119# Amiga specific options 120# 121options MACHINE_NONCONTIG # Non-contiguous memory support 122#options KBDRESET # sync on Ctrl-Amiga-Amiga 123 124# These options improve performance with the built-in serial port 125# on slower Amigas. Try the larger buffers first then lev6_defer. 126#options "SERIBUF_SIZE=4096" 127#options "SEROBUF_SIZE=32" 128#options LEV6_DEFER # defers l6 to l4 (below serial l5) 129 130options RETINACONSOLE # enable code to allow retina to be console 131options ULOWELLCONSOLE # enable code to allow a2410 to be console 132options CL5426CONSOLE # Cirrus console 133options CV64CONSOLE # CyberVision console 134options TSENGCONSOLE # Tseng console 135 136options GRF_ECS # Enhanced Chip Set 137options GRF_NTSC # NTSC 138options GRF_PAL # PAL 139options "GRF_A2024" # Support for the A2024 140options GRF_AGA # AGA Chip Set 141#options "KFONT_8X11" # 8x11 font 142 143# This is how you would tell the kernel the A2410 oscillator frequencies: 144# The used frequencies are the defaults, and don't need option setting 145#options "ULOWELL_OSC1=36000000" 146#options "ULOWELL_OSC2=66667000" 147 148# This is how you specify the blitting speed, higher values may speed up blits 149# a littel bit. If you raise this value too much some trash may appear. 150# the commented version is the default. 151#options RH_MEMCLK 61000000 152# this option enables the 64 bit sprite which doesn't seems to be work 153# for quite a few people. E.g. The cursor sprite will turn to a block 154# when moved to the top of the screen in X. 155#options RH_64BIT_SPRITE 156# enables fast scroll code appears to now work on 040 systems. 157#options RETINA_SPEED_HACK 158# enables the Hardwarecursor which does not work on some systems. 159#options RH_HARDWARECURSOR 160 161grfcc0 at mainbus0 # custom chips 162grfrt0 at zbus0 # retina II 163grfrh0 at zbus0 # retina III 164grfcl* at zbus0 # Picasso II/Piccalo/Spectrum 165grful0 at zbus0 # A2410 166grfcv0 at zbus0 # CyberVision 64 167grfet* at zbus0 # Tseng (oMniBus, Domino, Merlin) 168 169grf0 at grfcc0 170grf1 at grfrt0 171grf2 at grfrh0 172grf3 at grfcl? 173grf4 at grful0 174grf5 at grfcv0 175grf6 at grfet? 176 177ite0 at grf0 # terminal emulators for grf's 178ite1 at grf1 # terminal emulators for grf's 179ite2 at grf2 # terminal emulators for grf's 180ite3 at grf3 # terminal emulators for grf's 181ite4 at grf4 # terminal emulators for grf's 182ite5 at grf5 # terminal emulators for grf's 183ite6 at grf6 # terminal emulators for grf's 184 185msc0 at zbus0 # A2232 MSC multiport serial. 186mfc0 at zbus0 # MultiFaceCard I/O board 187mfcs0 at mfc0 unit 0 # MFC serial 188mfcs1 at mfc0 unit 1 # MFC serial 189#mfcp0 at mfc0 unit 0 # MFC parallel [not available yet] 190#mfc1 at zbus0 # MultiFaceCard 2nd I/O board 191#mfcs2 at mfc1 unit 0 192#mfcs3 at mfc1 unit 1 193#mfcp1 at mfc1 unit 0 194 195le0 at zbus0 # Lance ethernet. 196ed0 at zbus0 # dp8390 ethernet 197es0 at zbus0 # SMC 91C90 ethernet 198qn0 at zbus0 # quicknet ethernet 199ae0 at zbus0 # Ariadne ethernet 200bah0 at zbus0 # C= arcnet 201 202 203# scsi stuff, all possible 204gvpbus* at zbus0 205gtsc0 at gvpbus? # GVP series II scsi 206ahsc0 at mainbus0 # A3000 scsi 207atzsc0 at zbus0 208wstsc0 at zbus0 # Wordsync II scsi 209ivsc0 at zbus0 # IVS scsi 210mlhsc0 at zbus0 # Hacker scsi 211otgsc0 at zbus0 # 12 gauge scsi 212zssc0 at zbus0 # Zeus scsi 213mgnsc0 at zbus0 # Magnum scsi 214wesc0 at zbus0 # Warp Engine scsi 215idesc0 at mainbus0 # A4000 & A1200 IDE 216afsc0 at zbus0 # A4091 scsi 217aftsc0 at mainbus0 # A4000T scsi 218flsc0 at zbus0 # FastlaneZ3 scsi 219bzsc0 at zbus0 # Blizzard 1230 scsi 220empsc0 at zbus0 # Emplant 221drsc0 at mainbus0 # DraCo scsi 222 223scsibus* at gtsc0 224scsibus* at ahsc0 225scsibus* at atzsc0 226scsibus* at wstsc0 227scsibus* at ivsc0 228scsibus* at mlhsc0 229scsibus* at otgsc0 230scsibus* at zssc0 231scsibus* at mgnsc0 232scsibus* at wesc0 233scsibus* at idesc0 234scsibus* at afsc0 235scsibus* at aftsc0 236scsibus* at flsc0 237scsibus* at bzsc0 238scsibus* at empsc0 239scsibus* at drsc0 240 241# each hard drive from low target to high 242# will configure to the next available sd unit number 243sd* at scsibus? target ? lun ? # scsi disks 244st* at scsibus? target ? lun ? # scsi tapes 245ss* at scsibus? target ? lun ? # scsi scanner 246cd* at scsibus? target ? lun ? # scsi cd's 247 248pseudo-device loop 1 # network loopback 249pseudo-device sl 1 # slip 250pseudo-device ppp 1 # ppp 251#pseudo-device tun 1 # network tunnel line discipline 252pseudo-device bpfilter 4 # berkeley packet filters 253 254pseudo-device view 10 # views 255pseudo-device pty 16 # pseudo terminals 256 257pseudo-device vnd 4 # paging to files 258#pseudo-device ccd 4 # concatenated disk devices 259 260config netbsd swap on generic 261