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