Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.52
      1 #	$NetBSD: GENERIC,v 1.52 1996/03/02 14:00:31 veego Exp $
      2 
      3 #
      4 # GENERIC AMIGA
      5 #
      6 # This configuration file contains all possible options
      7 #
      8 
      9 include "std.amiga"
     10 
     11 maxusers	8
     12 options		TIMEZONE=300, DST=1
     13 
     14 #
     15 # processors this kernel should support
     16 #
     17 options		"M68040"	# support for 040
     18 options		FPSP		# MC68040 floating point support
     19 options		"M68030"	# support for 030
     20 options		"M68020"	# support for 020/851
     21 options		FPCOPROC	# Support for MC6888[12] (Required)
     22 
     23 options		SWAPPAGER	# Pager for processes (Required)
     24 options		VNODEPAGER	# Pager for vnodes (Required)
     25 options		DEVPAGER	# Pager for devices (Required)
     26 
     27 #
     28 # Networking options
     29 #
     30 options		INET		# IP networking support (Required)
     31 #options	GATEWAY		# Packet forwarding
     32 #options	DIRECTED_BROADCAST	# Broadcast across subnets
     33 #options	MROUTING	# Multicast routing
     34 #options	NS		# XNS
     35 #options	ISO,TPIP	# OSI
     36 #options	EON		# OSI tunneling over IP
     37 #options	CCITT,LLC,HDLC	# X.25
     38 
     39 #
     40 # File systems
     41 #
     42 options		FFS		# Berkeley fast file system
     43 options		QUOTA		# UFS quotas
     44 #options	LFS		# log-structured filesystem
     45 options		MFS		# Memory based filesystem
     46 
     47 options		NFSSERVER	# Network File System server side code
     48 options		NFSCLIENT	# Network File System client side code
     49 
     50 options		ADOSFS		# AmigaDOS file system
     51 options		CD9660		# ISO 9660 + Rock Ridge file system
     52 #options	MSDOSFS		# MS-DOS file system [does not work]
     53 options		FDESC		# /dev/fd
     54 options		FIFO		# FIFOs; RECOMMENDED
     55 options		KERNFS		# /kern
     56 options		NULLFS		# loopback file system
     57 #options	PORTAL		# Portal Filesystem
     58 options		PROCFS		# /proc
     59 options		UMAPFS		# NULLFS + uid and gid remapping
     60 options		UNION		# union file system
     61 
     62 
     63 #
     64 # Compatability options for various existing systems
     65 #
     66 options		"COMPAT_10"	# compatability with older NetBSD release
     67 options		"COMPAT_09"	# compatability with older NetBSD release
     68 options		"COMPAT_43"	# 4.3 BSD compatible system calls
     69 options		COMPAT_SUNOS	# Support to run Sun (m68k) executables
     70 options		"TCP_COMPAT_42"	# Use 4.2 BSD style TCP
     71 options		"COMPAT_NOMID"	# allow nonvalid machine id executables
     72 #options	COMPAT_HPUX	# HP300 compatability
     73 
     74 #
     75 # Support for System V IPC facilities.
     76 #
     77 options		SYSVSHM		# System V-like shared memory
     78 options		SYSVMSG		# System V-like messages
     79 options		SYSVSEM		# System V-like semaphores
     80 
     81 #
     82 # Support for various kernel options
     83 #
     84 
     85 options		UCONSOLE	# only super-user can redirect console
     86 
     87 options		GENERIC		# Mini-root boot support
     88 options		LKM		# Loadable kernel modules
     89 options		"NKMEMCLUSTERS=256"	# Size of kernel malloc area
     90 
     91 #
     92 # Misc. debuging options
     93 #
     94 options		DDB		# Kernel debugger
     95 options		DIAGNOSTIC	# Add additional error checking code
     96 options		KTRACE		# Add kernel tracing system call
     97 #options	DEBUG		# Add debugging statements
     98 #options	SYSCALL_DEBUG	# debug all syscalls.
     99 #options	SCSIDEBUG	# Add SCSI debugging statements
    100 #options	KGDB		# Kernel debugger (KGDB) support
    101 #options	PANICBUTTON	# Forced crash via keypress (???)
    102 
    103 #
    104 # Amiga specific options
    105 #
    106 options		MACHINE_NONCONTIG # Non-contiguous memory support
    107 
    108 # These options improve performance with the built-in serial port
    109 # on slower Amigas.  Try the larger buffers first then lev6_defer.
    110 #options	"SERIBUF_SIZE=4096"
    111 #options	"SEROBUF_SIZE=32"
    112 #options	LEV6_DEFER	# defers l6 to l4 (below serial l5)
    113 
    114 options		RETINACONSOLE	# enable code to allow retina to be console
    115 options		ULOWELLCONSOLE	# enable code to allow a2410 to be console
    116 options		CL5426CONSOLE	# Cirrus console
    117 options		CV64CONSOLE	# CyberVision console
    118 
    119 options		GRF_ECS		# Enhanced Chip Set
    120 options		GRF_NTSC	# NTSC
    121 options		GRF_PAL		# PAL
    122 options		"GRF_A2024"	# Support for the A2024
    123 options		GRF_AGA		# AGA Chip Set
    124 options		GRF_CL5426	# Cirrus board support
    125 #options	"KFONT_8X11"	# 8x11 font
    126 
    127 # This is how you would tell the kernel the A2410 oscillator frequencies:
    128 # The used frequencies are the defaults, and don't need option setting
    129 #options	"ULOWELL_OSC1=36000000"
    130 #options	"ULOWELL_OSC2=66667000"
    131 
    132 # This is how you specify the blitting speed, higher values may speed up blits
    133 # a littel bit.  If you raise this value too much some trash may appear.
    134 # the commented version is the default.
    135 #options	RH_MEMCLK 61000000
    136 # this option enables the 64 bit sprite which doesn't seems to be work
    137 # for quite a few people.  E.g. The cursor sprite will turn to a block
    138 # when moved to the top of the screen in X.
    139 #options	RH_64BIT_SPRITE
    140 # enables fast scroll code appears to now work on 040 systems.
    141 #options	RETINA_SPEED_HACK
    142 
    143 grfcc0		at mainbus0		# custom chips
    144 grfrt0		at zbus0		# retina II
    145 grfrh0		at zbus0		# retina III
    146 grfcl*		at zbus0		# Picasso II/Piccalo/Spectrum
    147 grful0		at zbus0		# A2410
    148 grfcv0		at zbus0		# CyverVision 64
    149 
    150 grf0		at grfcc0
    151 grf1		at grfrt0
    152 grf2		at grfrh0
    153 grf3		at grfcl?
    154 grf4		at grful0
    155 grf5		at grfcv0
    156 
    157 ite0		at grf0			# terminal emulators for grf's
    158 ite1		at grf1			# terminal emulators for grf's
    159 ite2		at grf2			# terminal emulators for grf's
    160 ite3		at grf3			# terminal emulators for grf's
    161 ite4		at grf4			# terminal emulators for grf's
    162 ite5		at grf4			# terminal emulators for grf's
    163 
    164 msc0		at zbus0		# A2232 MSC multiport serial.
    165 mfc0		at zbus0		# MultiFaceCard I/O board
    166 mfcs0		at mfc0 unit 0		# MFC serial
    167 mfcs1		at mfc0 unit 1		# MFC serial
    168 #mfcp0		at mfc0 unit 0		# MFC parallel [not available yet]
    169 #mfc1		at zbus0		# MultiFaceCard 2nd I/O board
    170 #mfcs2		at mfc1 unit 0
    171 #mfcs3		at mfc1 unit 1
    172 #mfcp1		at mfc1 unit 0
    173 
    174 le0		at zbus0		# Lance ethernet.
    175 ed0		at zbus0		# dp8390 ethernet
    176 es0		at zbus0		# SMC 91C90 ethernet
    177 qn0		at zbus0		# quicknet ethernet
    178 ae0		at zbus0		# Ariadne ethernet
    179 bah0		at zbus0		# C= arcnet
    180 
    181 
    182 # scsi stuff, all possible
    183 gvpbus*		at zbus0
    184 gtsc0		at gvpbus?		# GVP series II scsi
    185 ahsc0		at mainbus0		# A3000 scsi
    186 atzsc0		at zbus0
    187 wstsc0		at zbus0		# Wordsync II scsi
    188 ivsc0		at zbus0		# IVS scsi
    189 mlhsc0		at zbus0		# Hacker scsi
    190 otgsc0		at zbus0		# 12 gauge scsi
    191 zssc0		at zbus0		# Zeus scsi
    192 mgnsc0		at zbus0		# Magnum scsi
    193 wesc0		at zbus0		# Warp Engine scsi
    194 idesc0		at mainbus0		# A4000 & A1200 IDE
    195 afsc0		at zbus0		# A4091 scsi
    196 aftsc0		at mainbus0		# A4000T scsi
    197 flsc0		at zbus0		# FastlaneZ3 scsi
    198 bzsc0		at zbus0		# Blizzard 1230 scsi
    199 
    200 scsibus*	at gtsc0
    201 scsibus*	at ahsc0
    202 scsibus*	at atzsc0
    203 scsibus*	at wstsc0
    204 scsibus*	at ivsc0
    205 scsibus*	at mlhsc0
    206 scsibus*	at otgsc0
    207 scsibus*	at zssc0
    208 scsibus*	at mgnsc0
    209 scsibus*	at wesc0
    210 scsibus*	at idesc0
    211 scsibus*	at afsc0
    212 scsibus*	at aftsc0
    213 scsibus*	at flsc0
    214 scsibus*	at bzsc0
    215 
    216 # each hard drive from low target to high
    217 # will configure to the next available sd unit number
    218 sd*	at scsibus? target ? lun ?	# scsi disks
    219 
    220 st*	at scsibus? target ? lun ?	# scsi tapes
    221 cd*	at scsibus? target ? lun ?	# scsi cd's
    222 
    223 pseudo-device	loop	1		# network loopback
    224 pseudo-device	sl	1		# slip
    225 pseudo-device	ppp	1		# ppp
    226 #pseudo-device	tun	1		# network tunnel line discipline
    227 pseudo-device	bpfilter	4	# berkeley packet filters
    228 
    229 pseudo-device	view	10		# views
    230 pseudo-device	pty	16		# pseudo terminals
    231 
    232 pseudo-device	vnd	4		# paging to files
    233 
    234 config	netbsd swap on generic
    235