DRACO revision 1.17
1# $NetBSD: DRACO,v 1.17 1997/09/27 22:44:35 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.draco" 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 38# 39# File system related options 40# 41options QUOTA # Disk quotas for local disks 42options NFSSERVER # Network File System server side code 43options FIFO # FIFO operations on vnodes (Recommended) 44 45# 46# File systems 47# 48file-system FFS # Berkeley fast file system 49file-system MFS # Memory based filesystem 50file-system NFS # Network File System client side code 51file-system PROCFS # Process filesystem 52file-system KERNFS # Kernel parameter filesystem (Recommended) 53file-system FDESC # /dev/fd filesystem 54file-system NULLFS # Loopback filesystem 55file-system ADOSFS # AmigaDOS file system 56file-system "CD9660" # ISO 9660 file system, with Rock Ridge 57#file-system PORTAL # Portal filesystem 58file-system MSDOSFS # MS-DOS filesystem 59 60# 61# Compatability options for various existing systems 62# 63options COMPAT_12 64#options "COMPAT_10" # compatability with older NetBSD release 65#options COMPAT_SUNOS # Support to run Sun (m68k) executables 66options "TCP_COMPAT_42" # Use 4.2 BSD style TCP 67options "COMPAT_NOMID" # allow nonvalid machine id executables 68#options COMPAT_HPUX # HP300 compatability 69 70# 71# Support for System V IPC facilities. 72# 73options SYSVSHM # System V-like shared memory 74options SYSVMSG # System V-like messages 75options SYSVSEM # System V-like semaphores 76 77# 78# Support for various kernel options 79# 80options LKM # Loadable kernel modules 81options KTRACE # Add kernel tracing system call 82options DIAGNOSTIC # Add additional error checking code 83options "NKMEMCLUSTERS=256" # Size of kernel malloc area 84 85# 86# Misc. debuging options 87# 88options DEBUG # Add debugging statements 89options DDB # Kernel debugger 90#options SYSCALL_DEBUG # debug all syscalls. 91#options SCSIDEBUG # Add SCSI debugging statements 92#options PANICBUTTON # Forced crash via keypress (???) 93 94# 95# Amiga specific options 96# 97options MACHINE_NONCONTIG # Non-contiguous memory support 98 # higly recommended for DraCo 99 100options RETINACONSOLE # enable code to allow retina to be console 101 102#options "KFONT_8X11" # 8x11 font 103 104# This is how you specify the blitting speed, higher values may speed up blits 105# a littel bit. If you raise this value too much some trash may appear. 106# the commented version is the default. 107#options RH_MEMCLK 61000000 108# this option enables the 64 bit sprite which doesn't seems to be work 109# for quite a few people. E.g. The cursor sprite will turn to a block 110# when moved to the top of the screen in X. 111#options RH_64BIT_SPRITE 112# enables fast scroll code appears to now work on 040 systems. 113#options RETINA_SPEED_HACK 114# enables the Hardwarecursor which does not work on some systems. 115options RH_HARDWARECURSOR 116 117grfrh0 at zbus0 # Altais looks just like the Retina Z3 118grf2 at grfrh0 119ite2 at grf2 # terminal emulators for grf's 120 121msc0 at zbus0 # A2232 MSC multiport serial. 122mfc0 at zbus0 # MultiFaceCard I/O board 123mfcs0 at mfc0 unit 0 # MFC serial 124mfcs1 at mfc0 unit 1 # MFC serial 125#mfcp0 at mfc0 unit 0 # MFC parallel [not available yet] 126#mfc1 at zbus0 # MultiFaceCard 2nd I/O board 127#mfcs2 at mfc1 unit 0 128#mfcs3 at mfc1 unit 1 129#mfcp1 at mfc1 unit 0 130 131drbbc0 at mainbus0 # DraCo battery backed clock 132drsupio0 at mainbus0 # DraCo superio chip 133com* at drsupio? port ? # DraCo serial 134lpt0 at drsupio? port ? # DraCo parallel 135 136le* at zbus0 # Lance ethernet. 137ed0 at zbus0 # dp8390 ethernet 138es0 at zbus0 # SMC 91C90 ethernet 139qn0 at zbus0 # quicknet ethernet 140bah* at zbus0 # C= arcnet 141 142 143# scsi stuff 144drsc0 at mainbus0 # DraCo mainboard scsi 145scsibus* at drsc0 146 147# each hard drive from low target to high 148# will configure to the next available sd unit number 149sd* at scsibus? target ? lun ? # scsi disks 150st* at scsibus? target ? lun ? # scsi tapes 151cd* at scsibus? target ? lun ? # scsi cd's 152ss* at scsibus? target ? lun ? # scsi scanner 153ch* at scsibus? target ? lun ? # scsi autochangers 154uk* at scsibus? target ? lun ? # scsi unknown 155 156pseudo-device pty 16 # pseudo terminals 157pseudo-device loop # network loopback 158pseudo-device bpfilter 2 # berkeley packet filters 159pseudo-device tun 2 160pseudo-device ppp 2 # ppp protocol network drivers 161 162config netbsd root on ? type ? 163