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