DRACO revision 1.4
1# $NetBSD: DRACO,v 1.4 1996/08/11 12:27:50 veego 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# 73#options "COMPAT_10" # compatability with older NetBSD release 74#options COMPAT_SUNOS # Support to run Sun (m68k) executables 75options "TCP_COMPAT_42" # Use 4.2 BSD style TCP 76options "COMPAT_NOMID" # allow nonvalid machine id executables 77#options COMPAT_HPUX # HP300 compatability 78 79# 80# Support for System V IPC facilities. 81# 82options SYSVSHM # System V-like shared memory 83options SYSVMSG # System V-like messages 84options SYSVSEM # System V-like semaphores 85 86# 87# Support for various kernel options 88# 89options GENERIC # Mini-root boot support 90options LKM # Loadable kernel modules 91options KTRACE # Add kernel tracing system call 92options DIAGNOSTIC # Add additional error checking code 93options "NKMEMCLUSTERS=256" # Size of kernel malloc area 94 95# 96# Misc. debuging options 97# 98options PANICWAIT # Require keystroke to dump/reboot 99options DEBUG # Add debugging statements 100options DDB # Kernel debugger 101#options SYSCALL_DEBUG # debug all syscalls. 102#options SCSIDEBUG # Add SCSI debugging statements 103#options KGDB # Kernel debugger (KGDB) support 104#options PANICBUTTON # Forced crash via keypress (???) 105 106# 107# Amiga specific options 108# 109options MACHINE_NONCONTIG # Non-contiguous memory support 110 # higly recommended for DraCo 111 112options RETINACONSOLE # enable code to allow retina to be console 113 114#options "KFONT_8X11" # 8x11 font 115 116# This is how you specify the blitting speed, higher values may speed up blits 117# a littel bit. If you raise this value too much some trash may appear. 118# the commented version is the default. 119#options RH_MEMCLK 61000000 120# this option enables the 64 bit sprite which doesn't seems to be work 121# for quite a few people. E.g. The cursor sprite will turn to a block 122# when moved to the top of the screen in X. 123#options RH_64BIT_SPRITE 124# enables fast scroll code appears to now work on 040 systems. 125#options RETINA_SPEED_HACK 126# enables the Hardwarecursor which does not work on some systems. 127#options RH_HARDWARECURSOR 128 129grfrh0 at zbus0 # Altais looks just like the Retina Z3 130grf2 at grfrh0 131ite2 at grf2 # terminal emulators for grf's 132 133msc0 at zbus0 # A2232 MSC multiport serial. 134mfc0 at zbus0 # MultiFaceCard I/O board 135mfcs0 at mfc0 unit 0 # MFC serial 136mfcs1 at mfc0 unit 1 # MFC serial 137#mfcp0 at mfc0 unit 0 # MFC parallel [not available yet] 138#mfc1 at zbus0 # MultiFaceCard 2nd I/O board 139#mfcs2 at mfc1 unit 0 140#mfcs3 at mfc1 unit 1 141#mfcp1 at mfc1 unit 0 142 143le0 at zbus0 # Lance ethernet. 144ed0 at zbus0 # dp8390 ethernet 145es0 at zbus0 # SMC 91C90 ethernet 146qn0 at zbus0 # quicknet ethernet 147ae0 at zbus0 # Ariadne ethernet 148bah* at zbus0 # C= arcnet 149 150 151# scsi stuff 152drsc0 at mainbus0 # DraCo mainboard scsi 153scsibus* at drsc0 154 155# each hard drive from low target to high 156# will configure to the next available sd unit number 157sd* at scsibus? target ? lun ? # scsi disks 158st* at scsibus? target ? lun ? # scsi tapes 159ss* at scsibus? target ? lun ? # scsi scanner 160cd* at scsibus? target ? lun ? # scsi cd's 161 162pseudo-device pty 16 # pseudo terminals 163pseudo-device loop # network loopback 164pseudo-device bpfilter 2 # berkeley packet filters 165pseudo-device tun 2 166 167config netbsd swap on generic 168