Home | History | Annotate | Line # | Download | only in conf
AMIGA revision 1.14
      1 # $NetBSD: AMIGA,v 1.14 1999/04/10 21:36:59 tron Exp $
      2 #
      3 # This file was automatically created. Changes will be
      4 # lost when running make in this directory.
      5 #
      6 # Created from: 
      7 #$ NetBSD: GENERIC,v 1.120 1999/04/10 21:23:27 tron Exp $
      8 
      9 include "arch/amiga/conf/std.amiga"
     10 
     11 maxusers	8
     12 options 	RTC_OFFSET=0
     13 
     14 #mainboards to support (in addition to Amiga)
     15 
     16 options 	BB060STUPIDROM	# You need this, if you have a non-DraCo
     17 				# MC68060 with an OS ROM up to (at least) 
     18 				# V40 (OS3.1) and want to boot with the
     19 				# bootblock.
     20 				# You do not need this if you have a DraCo,
     21 				# have no 68060 or NEVER use the bootblock
     22 
     23 #processors this kernel should support
     24 
     25 options 	M68060		# support for 060
     26 options 	M060SP		# MC68060 software support (Required for 060)
     27 
     28 options 	M68040		# support for 040
     29 options 	FPSP		# MC68040 floating point support
     30 options 	M68030		# support for 030
     31 options 	M68020		# support for 020/851
     32 options 	FPU_EMULATE	# FPU emulation
     33 
     34 #Networking options
     35 
     36 options 	INET		# IP networking support (Required)
     37 #options 	GATEWAY		# Packet forwarding
     38 #options 	DIRECTED_BROADCAST	# Broadcast across subnets
     39 #options 	MROUTING	# Multicast routing
     40 options 	NS		# XNS
     41 #options 	NSIP		# XNS tunneling over IP
     42 options 	ISO,TPIP	# OSI
     43 options 	EON		# OSI tunneling over IP
     44 options 	CCITT,LLC,HDLC	# X.25
     45 options 	NETATALK	# AppleTalk networking protocols
     46 options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     47 options 	PPP_DEFLATE	# Deflate compression support for PPP
     48 options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     49 options 	PFIL_HOOKS	# pfil(9) packet filter hooks
     50 options 	IPFILTER_LOG	# ipmon(8) log support
     51 
     52 file-system 	FFS		# Berkeley fast file system
     53 #file-system 	LFS		# log-structured filesystem (experimental)
     54 file-system 	MFS		# Memory based filesystem
     55 file-system 	NFS		# Network File System client side code
     56 file-system 	ADOSFS		# AmigaDOS file system
     57 file-system 	CD9660		# ISO 9660 + Rock Ridge filesystem
     58 file-system 	MSDOSFS		# MS-DOS filesystem
     59 file-system 	FDESC		# user file descriptor filesystem
     60 file-system 	KERNFS		# kernel data-structure filesystem
     61 file-system 	NULLFS		# loopback filesystem
     62 #file-system 	PORTAL		# Portal filesystem
     63 file-system 	PROCFS		# /proc filesystem
     64 file-system 	UMAPFS		# NULLFS + uid and gid remapping
     65 file-system 	UNION		# union filesystem
     66 
     67 #Filesystem options
     68 options 	NFSSERVER	# Network File System server side code
     69 options 	QUOTA		# User and group quotas in FFS
     70 #options 	FFS_EI		# FFS Endian Independant support
     71 
     72 #Compatability options for various existing systems
     73 
     74 options 	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
     75 options 	COMPAT_43	# compatibility with 4.3BSD interfaces
     76 options 	COMPAT_09	# compatibility with NetBSD 0.9
     77 options 	COMPAT_10	# compatibility with NetBSD 1.0
     78 options 	COMPAT_12	# compatibility with NetBSD 1.2
     79 options 	COMPAT_13	# compatibility with NetBSD 1.3
     80 options 	COMPAT_SUNOS	# Support to run Sun (m68k) executables
     81 options 	COMPAT_NOMID	# allow nonvalid machine id executables
     82 #options 	COMPAT_LINUX	# Support to run Linux/m68k executables
     83 #options 	EXEC_ELF32	# 32-bit ELF executables (Linux)
     84 
     85 #Support for System V IPC facilities.
     86 
     87 options 	SYSVSHM		# System V-like shared memory
     88 options 	SYSVMSG		# System V-like messages
     89 options 	SYSVSEM		# System V-like semaphores
     90 
     91 #Support for various kernel options
     92 
     93 options 	KTRACE		# system call tracing support
     94 options 	LKM		# Loadable kernel modules
     95 options 	NKMEMCLUSTERS=256	# Size of kernel malloc area
     96 options 	UCONSOLE	# anyone can redirect a virtual console
     97 #options 	INSECURE	# allow, among other insecure stuff, LKM 
     98 				# loading in multi-user mode.
     99 options 	SCSIVERBOSE	# Verbose SCSI errors
    100 
    101 options 	NTP		# NTP phase/frequency locked loop
    102 
    103 #Misc. debugging options
    104 
    105 options 	DDB		# Kernel debugger
    106 #options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
    107 options 	DIAGNOSTIC	# Extra kernel sanity checks
    108 #options 	DEBUG		# Enable misc. kernel debugging code
    109 #options 	SYSCALL_DEBUG	# debug all syscalls.
    110 #options 	SCSIDEBUG	# Add SCSI debugging statements
    111 #options 	PANICBUTTON	# Forced crash via keypress (???)
    112 
    113 #Amiga specific options
    114 
    115 #options 	LIMITMEM=24	# Do not use more than LIMITMEM MB of the
    116 				# first bank of RAM. (default: unlimited)
    117 #options	NKPTADD=4	# set this for 4 additional KPT pages
    118 #options	NKPTADDSHIFT=24	# set this for 1 additional KPT page
    119 				# per 16 MB (1<<24 bytes) of RAM
    120                                 # define and decrease this, or define and
    121                                 # increase NKPTADD if you get "out of PT pages"
    122                                 # panics.
    123 
    124 #ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete
    125 #before the 10 secondinterval ends, or that KBDRESET does work at all.
    126 #options 	KBDRESET	# sync on Ctrl-Amiga-Amiga
    127 
    128 #These options improve performance with the built-in serial port
    129 #on slower Amigas.  Try the larger buffers first then lev6_defer.
    130 #options 	SERIBUF_SIZE=4096
    131 #options 	SEROBUF_SIZE=32
    132 #options 	LEV6_DEFER	# defers l6 to l4 (below serial l5)
    133 
    134 options 	RETINACONSOLE	# enable code to allow retina to be console
    135 
    136 options 	ULOWELLCONSOLE	# enable code to allow a2410 to be console
    137 options 	CL5426CONSOLE	# Cirrus console
    138 options 	CV64CONSOLE	# CyberVision console
    139 options 	TSENGCONSOLE	# Tseng console
    140 options 	CV3DCONSOLE	# CyberVision 64/3D console
    141 
    142 options 	GRF_ECS		# Enhanced Chip Set
    143 options 	GRF_NTSC	# NTSC
    144 options 	GRF_PAL		# PAL
    145 options 	GRF_A2024	# Support for the A2024
    146 options 	GRF_AGA		# AGA Chip Set
    147 options 	GRF_AGA_VGA	# AGA VGAONLY timing
    148 options 	GRF_SUPER72	# AGA Super-72
    149 
    150 #options 	KFONT_8X11	# 8x11 font
    151 
    152 #This is how you would tell the kernel the A2410 oscillator frequencies:
    153 #The used frequencies are the defaults, and do not need option setting
    154 #options 	ULOWELL_OSC1=36000000
    155 #options 	ULOWELL_OSC2=66667000
    156 
    157 #This is how you specify the blitting speed, higher values may speed up blits
    158 #a littel bit.  If you raise this value too much some trash may appear.
    159 #the commented version is the default.
    160 #options 	RH_MEMCLK=61000000
    161 #this option enables the 64 bit sprite which does not work
    162 #for quite a few people.  E.g. The cursor sprite will turn to a block
    163 #when moved to the top of the screen in X.
    164 #options 	RH_64BIT_SPRITE
    165 #enables fast scroll code appears to now work on 040 systems.
    166 #options 	RETINA_SPEED_HACK
    167 #enables the Hardwarecursor which does not work on some systems.
    168 #options 	RH_HARDWARECURSOR
    169 
    170 grfcc0		at mainbus0		# custom chips
    171 grfrt0		at zbus0		# retina II
    172 
    173 grfrh0		at zbus0		# retina III
    174 
    175 grfcl*		at zbus0		# Picasso II/Piccalo/Spectrum
    176 grful0		at zbus0		# A2410
    177 grfcv0		at zbus0		# CyberVision 64
    178 grfet*		at zbus0		# Tseng (oMniBus, Domino, Merlin)
    179 grfcv3d0	at zbus0		# CyberVision 64/3D
    180 
    181 grf0		at grfcc0
    182 grf1		at grfrt0
    183 
    184 grf2		at grfrh0
    185 
    186 grf3		at grfcl?
    187 grf4		at grful0
    188 grf5		at grfcv0
    189 grf6		at grfet?
    190 grf7		at grfcv3d0
    191 
    192 ite0		at grf0			# terminal emulators for grfs
    193 ite1		at grf1			# terminal emulators for grfs
    194 
    195 ite2		at grf2			# terminal emulators for grfs
    196 
    197 ite3		at grf3			# terminal emulators for grfs
    198 ite4		at grf4			# terminal emulators for grfs
    199 ite5		at grf5			# terminal emulators for grfs
    200 ite6		at grf6			# terminal emulators for grfs
    201 ite7		at grf7			# terminal emulators for grfs
    202 
    203 msc0		at zbus0		# A2232 MSC multiport serial.
    204 mfc0		at zbus0		# MultiFaceCard I/O board
    205 mfcs0		at mfc0 unit 0		# MFC serial
    206 mfcs1		at mfc0 unit 1		# MFC serial
    207 #mfcp0		at mfc0 unit 0		# MFC parallel [not available yet]
    208 #mfc1		at zbus0		# MultiFaceCard 2nd I/O board
    209 #mfcs2		at mfc1 unit 0
    210 #mfcs3		at mfc1 unit 1
    211 #mfcp1		at mfc1 unit 0
    212 
    213 hyper*		at zbus?		# zbus HyperCom3 + HyperCom4
    214 #hyper*		at mainbus0		# not yet: HyperCom1 + HyperCom3
    215 com*		at hyper? port ?	# Hypercom3/4 serial ports
    216 #lpt*		at hyper? port ?	# not yet: Hypercom3 parallel port
    217 
    218 #Amiga Mainboard devices (sans graphics and keyboard)
    219 
    220 ser0		at mainbus0		# Amiga onboard serial
    221 par0		at mainbus0		# Amiga onboard parallel
    222 ms*		at mainbus0		# Amiga mice
    223 fdc0		at mainbus0		# Amiga FDC
    224 fd*		at fdc0 unit ?		# floppy disks on the later
    225 a34kbbc0	at mainbus0		# A3000/A4000 battery backed clock
    226 a2kbbc0 	at mainbus0		# A2000 battery backed clock
    227 aucc*		at mainbus0		# Amiga CC audio
    228 audio*		at aucc?
    229 
    230 #Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics)
    231 
    232 #Alas, Melody-Z2 dont configure in the DraCo bus. 
    233 melody* 	at zbus0		# Melody MPEG audio decoder
    234 audio*		at melody?
    235 
    236 #Ethernet cards:
    237 le*		at zbus0		# A2065, Ameristar, Ariadne
    238 ne*		at zbus0		# AriadneII
    239 ed0		at zbus0		# Hydra, ASDG LanRover
    240 es0		at zbus0		# CEI A4066 EthernetPLUS
    241 qn0		at zbus0		# Quicknet
    242 
    243 bah*		at zbus0		# C=/Ameristar A2060 / 560
    244 
    245 #Greater Valley Product Bus
    246 gvpbus* 	at zbus0
    247 
    248 #scsi stuff, all possible
    249 gtsc0		at gvpbus?		# GVP series II scsi
    250 scsibus*	at gtsc0
    251 ahsc0		at mainbus0		# A3000 scsi
    252 scsibus*	at ahsc0
    253 atzsc0		at zbus0		# A2091 scsi
    254 scsibus*	at atzsc0
    255 wstsc0		at zbus0		# Wordsync II scsi
    256 scsibus*	at wstsc0
    257 ivsc0		at zbus0		# IVS scsi
    258 scsibus*	at ivsc0
    259 mlhsc0		at zbus0		# Hacker scsi
    260 scsibus*	at mlhsc0
    261 otgsc0		at zbus0		# 12 gauge scsi
    262 scsibus*	at otgsc0
    263 zssc0		at zbus0		# Zeus scsi
    264 scsibus*	at zssc0
    265 mgnsc0		at zbus0		# Magnum scsi
    266 scsibus*	at mgnsc0
    267 wesc0		at zbus0		# Warp Engine scsi
    268 scsibus*	at wesc0
    269 afsc0		at zbus0		# A4091 scsi
    270 scsibus*	at afsc0
    271 aftsc0		at mainbus0		# A4000T scsi
    272 scsibus*	at aftsc0
    273 flsc0		at zbus0		# FastlaneZ3 scsi
    274 scsibus*	at flsc0
    275 bzsc0		at zbus0		# Blizzard 1230 I,II scsi 
    276 scsibus*	at bzsc0
    277 bzivsc0 	at zbus0		# Blizzard 12x0 IV scsi 
    278 scsibus*	at bzivsc0
    279 bztzsc0 	at zbus0		# Blizzard 2060 scsi
    280 scsibus*	at bztzsc0
    281 cbsc0		at zbus0		# CyberSCSI I
    282 scsibus*	at cbsc0
    283 cbiisc0 	at zbus0		# CyberSCSI II
    284 scsibus*	at cbiisc0
    285 cbiiisc0 	at zbus0		# Cyberstorm mk.III/Cyberstorm PPC SCSI
    286 scsibus*	at cbiiisc0
    287 empsc0		at zbus0		# Emplant scsi
    288 scsibus*	at empsc0
    289 idesc0		at mainbus0		# A4000 & A1200 IDE
    290 scsibus*	at idesc0
    291 
    292 #each hard drive from low target to high
    293 #will configure to the next available sd unit number
    294 sd*	at scsibus? target ? lun ?	# scsi disks
    295 st*	at scsibus? target ? lun ?	# scsi tapes
    296 cd*	at scsibus? target ? lun ?	# scsi cds
    297 ss*	at scsibus? target ? lun ?	# scsi scanner
    298 ch*	at scsibus? target ? lun ?	# scsi autochangers
    299 uk*	at scsibus? target ? lun ?	# scsi unknown
    300 
    301 pseudo-device	loop			# loopback network interface
    302 pseudo-device	sl		1	# SLIP network interfaces
    303 pseudo-device	ppp		1	# PPP network interfaces
    304 pseudo-device	tun		1	# network tunnel line discipline
    305 #pseudo-device	gre		2	# generic L3 over IP tunnel
    306 #pseudo-device	ipip		2	# IP Encapsulation within IP (RFC 2003)
    307 pseudo-device	bpfilter	16	# Berkeley packet filter
    308 pseudo-device	ipfilter		# IP Filter package
    309 
    310 pseudo-device	view		10	# views
    311 pseudo-device	pty		16	# pseudo ptys
    312 
    313 pseudo-device	vnd		4	# vnode pseudo-disks
    314 pseudo-device	ccd		4	# concatenated disk devices
    315 #pseudo-device	raid		4	# RAIDframe disk driver
    316 
    317 #rnd is EXPERIMENTAL at this point.
    318 #pseudo-device  rnd                     # /dev/random and in-kernel generator
    319 #options        RND_COM                 # use "com" randomness as well (BROKEN)
    320 
    321 config	netbsd root on ? type ?
    322 
    323