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