DRACO revision 1.24
1# $NetBSD: DRACO,v 1.24 1998/04/07 19:43:08 is 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 "arch/amiga/conf/std.amiga" 9 10maxusers 8 11options RTC_OFFSET=0 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) 24 25# 26# Networking options 27# 28options INET # IP networking support (Required) 29#options ISO # ISO Networking support 30#options TPIP # ARGO TP networking support 31#options CCITT # CCITT X.25 32#options NS # Xerox XNS 33#options EON # ISO CLNL over IP 34#options GATEWAY # Packet forwarding 35#options DIRECTED_BROADCAST # Broadcast across subnets 36#options NSIP # XNS over IP 37#options MROUTING 38 39# 40# File system related options 41# 42options QUOTA # Disk quotas for local disks 43options NFSSERVER # Network File System server side code 44options FIFO # FIFO operations on vnodes (Recommended) 45 46# 47# File systems 48# 49file-system FFS # Berkeley fast file system 50file-system MFS # Memory based filesystem 51file-system NFS # Network File System client side code 52file-system PROCFS # Process filesystem 53file-system KERNFS # Kernel parameter filesystem (Recommended) 54file-system FDESC # /dev/fd filesystem 55file-system NULLFS # Loopback filesystem 56file-system ADOSFS # AmigaDOS file system 57file-system "CD9660" # ISO 9660 file system, with Rock Ridge 58#file-system PORTAL # Portal filesystem 59file-system MSDOSFS # MS-DOS filesystem 60 61# 62# Compatability options for various existing systems 63# 64options COMPAT_12 65options COMPAT_13 66#options "COMPAT_10" # compatability with older NetBSD release 67#options COMPAT_SUNOS # Support to run Sun (m68k) executables 68options "TCP_COMPAT_42" # Use 4.2 BSD style TCP 69options "COMPAT_NOMID" # allow nonvalid machine id executables 70#options COMPAT_HPUX # HP300 compatability 71 72# 73# Support for System V IPC facilities. 74# 75options SYSVSHM # System V-like shared memory 76options SYSVMSG # System V-like messages 77options SYSVSEM # System V-like semaphores 78 79# 80# Support for various kernel options 81# 82options LKM # Loadable kernel modules 83options KTRACE # Add kernel tracing system call 84options DIAGNOSTIC # Add additional error checking code 85options "NKMEMCLUSTERS=256" # Size of kernel malloc area 86 87# 88# Misc. debugging options 89# 90options DEBUG # Add debugging statements 91options DDB # Kernel debugger 92#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 93#options SYSCALL_DEBUG # debug all syscalls. 94#options SCSIDEBUG # Add SCSI debugging statements 95#options PANICBUTTON # Forced crash via keypress (???) 96 97# 98# Amiga specific options 99# 100#options LIMITMEM=24 # Don't use more than LIMITMEM MB of the 101 # first memory bank. Default: unlimited 102#options NKPTADD=4 # set this for 4 additional KPT pages 103#options NKPTADDSHIFT=24 # set this for 1 additional KPT page 104 # per 16 MB (1<<24 bytes) of RAM (default) 105 # define and decrease this, or define and 106 # increase NKPTADD if you get "out of PT pages" 107 # panics. 108 109options RETINACONSOLE # enable code to allow retina to be console 110 111#options "KFONT_8X11" # 8x11 font 112 113# This is how you specify the blitting speed, higher values may speed up blits 114# a littel bit. If you raise this value too much some trash may appear. 115# the commented version is the default. 116#options RH_MEMCLK 61000000 117# this option enables the 64 bit sprite which doesn't seems to be work 118# for quite a few people. E.g. The cursor sprite will turn to a block 119# when moved to the top of the screen in X. 120#options RH_64BIT_SPRITE 121# enables fast scroll code appears to now work on 040 systems. 122#options RETINA_SPEED_HACK 123# enables the Hardwarecursor which does not work on some systems. 124options RH_HARDWARECURSOR 125 126grfrh0 at zbus0 # Altais looks just like the Retina Z3 127grf2 at grfrh0 128ite2 at grf2 # terminal emulators for grf's 129 130# XXX msc and mfc dont compile currently. 131 132#msc0 at zbus0 # A2232 MSC multiport serial. 133#mfc0 at zbus0 # MultiFaceCard I/O board 134#mfcs0 at mfc0 unit 0 # MFC serial 135#mfcs1 at mfc0 unit 1 # MFC serial 136#mfcp0 at mfc0 unit 0 # MFC parallel [not available yet] 137#mfc1 at zbus0 # MultiFaceCard 2nd I/O board 138#mfcs2 at mfc1 unit 0 139#mfcs3 at mfc1 unit 1 140#mfcp1 at mfc1 unit 0 141 142drbbc0 at mainbus0 # DraCo battery backed clock 143drsupio0 at mainbus0 # DraCo superio chip 144com* at drsupio? port ? # DraCo serial 145lpt0 at drsupio? port ? # DraCo parallel 146 147hyper* at zbus? # zbus HyperCom 3/4 148com* at hyper? port ? # Hypercom serial 149 150le* at zbus0 # Lance ethernet. 151ed0 at zbus0 # dp8390 ethernet 152es0 at zbus0 # SMC 91C90 ethernet 153qn0 at zbus0 # quicknet ethernet 154bah* at zbus0 # C= arcnet 155 156 157# scsi stuff 158drsc0 at mainbus0 # DraCo mainboard scsi 159scsibus* at drsc0 160 161# each hard drive from low target to high 162# will configure to the next available sd unit number 163sd* at scsibus? target ? lun ? # scsi disks 164st* at scsibus? target ? lun ? # scsi tapes 165cd* at scsibus? target ? lun ? # scsi cd's 166ss* at scsibus? target ? lun ? # scsi scanner 167ch* at scsibus? target ? lun ? # scsi autochangers 168uk* at scsibus? target ? lun ? # scsi unknown 169 170pseudo-device pty 16 # pseudo terminals 171pseudo-device loop # network loopback 172pseudo-device bpfilter 2 # berkeley packet filters 173pseudo-device tun 2 174pseudo-device ppp 2 # ppp protocol network drivers 175pseudo-device vnd 4 # pseudo disk on file 176 177config netbsd root on ? type ? 178