DRACO revision 1.5
1# $NetBSD: DRACO,v 1.5 1996/08/26 23:39:25 mrg Exp $ 2 3# 4# Macro System GmbH "DraCo", currently 68060-only until FPE is integrated. 5# 6 7# this will be replace by std.amiga soon: 8include "std.draco" 9 10maxusers 8 11options TIMEZONE=300, DST=1 12 13# 14# mainboards to support (in addition to Amiga) 15# 16options DRACO 17 18# 19# processors this kernel should support 20# 21 22options "M68060" # support for 060 23options "M060SP" # MC68060 software support (Required for 060) 24options FPCOPROC # Support for MC6888[12] (Required) 25 26# 27# pagers: 28# 29 30options SWAPPAGER # Pager for processes (Required) 31options VNODEPAGER # Pager for vnodes (Required) 32options DEVPAGER # Pager for devices (Required) 33 34# 35# Networking options 36# 37options INET # IP networking support (Required) 38#options ISO # ISO Networking support 39#options TPIP # ARGO TP networking support 40#options CCITT # CCITT X.25 41#options NS # Xerox XNS 42#options EON # ISO CLNL over IP 43#options GATEWAY # Packet forwarding 44#options DIRECTED_BROADCAST # Broadcast across subnets 45#options NSIP # XNS over IP 46 47# 48# File system related options 49# 50options QUOTA # Disk quotas for local disks 51options NFSSERVER # Network File System server side code 52options NFSCLIENT # Network File System client side code 53 54# 55# File systems 56# 57options FFS # Berkeley fast file system 58options MFS # Memory based filesystem 59options PROCFS # Process filesystem 60options KERNFS # Kernel parameter filesystem (Recommended) 61options FDESC # /dev/fd filesystem 62options NULLFS # Loopback filesystem 63options FIFO # FIFO operations on vnodes (Recommended) 64options ADOSFS # AmigaDOS file system 65options "CD9660" # ISO 9660 file system, with Rock Ridge 66#options PORTAL # Portal filesystem 67options MSDOSFS # MS-DOS filesystem 68 69 70# 71# Compatability options for various existing systems 72# 73options COMPAT_12 74#options "COMPAT_10" # compatability with older NetBSD release 75#options COMPAT_SUNOS # Support to run Sun (m68k) executables 76options "TCP_COMPAT_42" # Use 4.2 BSD style TCP 77options "COMPAT_NOMID" # allow nonvalid machine id executables 78#options COMPAT_HPUX # HP300 compatability 79 80# 81# Support for System V IPC facilities. 82# 83options SYSVSHM # System V-like shared memory 84options SYSVMSG # System V-like messages 85options SYSVSEM # System V-like semaphores 86 87# 88# Support for various kernel options 89# 90options GENERIC # Mini-root boot support 91options LKM # Loadable kernel modules 92options KTRACE # Add kernel tracing system call 93options DIAGNOSTIC # Add additional error checking code 94options "NKMEMCLUSTERS=256" # Size of kernel malloc area 95 96# 97# Misc. debuging options 98# 99options PANICWAIT # Require keystroke to dump/reboot 100options DEBUG # Add debugging statements 101options DDB # Kernel debugger 102#options SYSCALL_DEBUG # debug all syscalls. 103#options SCSIDEBUG # Add SCSI debugging statements 104#options KGDB # Kernel debugger (KGDB) support 105#options PANICBUTTON # Forced crash via keypress (???) 106 107# 108# Amiga specific options 109# 110options MACHINE_NONCONTIG # Non-contiguous memory support 111 # higly recommended for DraCo 112 113options RETINACONSOLE # enable code to allow retina to be console 114 115#options "KFONT_8X11" # 8x11 font 116 117# This is how you specify the blitting speed, higher values may speed up blits 118# a littel bit. If you raise this value too much some trash may appear. 119# the commented version is the default. 120#options RH_MEMCLK 61000000 121# this option enables the 64 bit sprite which doesn't seems to be work 122# for quite a few people. E.g. The cursor sprite will turn to a block 123# when moved to the top of the screen in X. 124#options RH_64BIT_SPRITE 125# enables fast scroll code appears to now work on 040 systems. 126#options RETINA_SPEED_HACK 127# enables the Hardwarecursor which does not work on some systems. 128#options RH_HARDWARECURSOR 129 130grfrh0 at zbus0 # Altais looks just like the Retina Z3 131grf2 at grfrh0 132ite2 at grf2 # terminal emulators for grf's 133 134msc0 at zbus0 # A2232 MSC multiport serial. 135mfc0 at zbus0 # MultiFaceCard I/O board 136mfcs0 at mfc0 unit 0 # MFC serial 137mfcs1 at mfc0 unit 1 # MFC serial 138#mfcp0 at mfc0 unit 0 # MFC parallel [not available yet] 139#mfc1 at zbus0 # MultiFaceCard 2nd I/O board 140#mfcs2 at mfc1 unit 0 141#mfcs3 at mfc1 unit 1 142#mfcp1 at mfc1 unit 0 143 144le0 at zbus0 # Lance ethernet. 145ed0 at zbus0 # dp8390 ethernet 146es0 at zbus0 # SMC 91C90 ethernet 147qn0 at zbus0 # quicknet ethernet 148ae0 at zbus0 # Ariadne ethernet 149bah* at zbus0 # C= arcnet 150 151 152# scsi stuff 153drsc0 at mainbus0 # DraCo mainboard scsi 154scsibus* at drsc0 155 156# each hard drive from low target to high 157# will configure to the next available sd unit number 158sd* at scsibus? target ? lun ? # scsi disks 159st* at scsibus? target ? lun ? # scsi tapes 160ss* at scsibus? target ? lun ? # scsi scanner 161cd* at scsibus? target ? lun ? # scsi cd's 162 163pseudo-device pty 16 # pseudo terminals 164pseudo-device loop # network loopback 165pseudo-device bpfilter 2 # berkeley packet filters 166pseudo-device tun 2 167 168config netbsd swap on generic 169