AMIGA revision 1.10
11.9Sis# $NetBSD: AMIGA,v 1.10 1999/03/09 12:22:13 is Exp $
21.9Sis#
31.9Sis# This file was automatically created. Changes will be
41.9Sis# lost when running make in this directory.
51.9Sis#
61.9Sis# Created from: 
71.10Sis#$ NetBSD: GENERIC,v 1.118 1999/03/09 12:20:41 is Exp $
81.9Sis
91.9Sisinclude "arch/amiga/conf/std.amiga"
101.9Sis
111.9Sismaxusers	8
121.9Sisoptions 	RTC_OFFSET=0
131.9Sis
141.9Sis#mainboards to support (in addition to Amiga)
151.9Sis
161.9Sisoptions 	BB060STUPIDROM	# You need this, if you have a non-DraCo
171.10Sis				#MC68060 with an OS ROM up to (at least) 
181.10Sis				#V40 (OS3.1) and want to boot with the
191.10Sis				#bootblock.
201.10Sis				#You do not need this if you have a DraCo,
211.10Sis				#have no 68060 or NEVER use the bootblock
221.9Sis
231.9Sis#processors this kernel should support
241.9Sis
251.9Sisoptions 	M68060		# support for 060
261.9Sisoptions 	M060SP		# MC68060 software support (Required for 060)
271.9Sis
281.9Sisoptions 	M68040		# support for 040
291.9Sisoptions 	FPSP		# MC68040 floating point support
301.9Sisoptions 	M68030		# support for 030
311.9Sisoptions 	M68020		# support for 020/851
321.9Sisoptions 	FPU_EMULATE	# FPU emulation
331.9Sis
341.9Sis#Networking options
351.9Sis
361.9Sisoptions 	INET		# IP networking support (Required)
371.9Sis#options 	GATEWAY		# Packet forwarding
381.9Sis#options 	DIRECTED_BROADCAST	# Broadcast across subnets
391.9Sis#options 	MROUTING	# Multicast routing
401.9Sisoptions 	NS		# XNS
411.9Sis#options 	NSIP		# XNS tunneling over IP
421.9Sisoptions 	ISO,TPIP	# OSI
431.9Sisoptions 	EON		# OSI tunneling over IP
441.9Sisoptions 	CCITT,LLC,HDLC	# X.25
451.9Sisoptions 	NETATALK	# AppleTalk networking protocols
461.9Sisoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
471.9Sisoptions 	PPP_DEFLATE	# Deflate compression support for PPP
481.9Sisoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
491.9Sisoptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
501.9Sisoptions 	IPFILTER_LOG	# ipmon(8) log support
511.9Sis
521.9Sisfile-system 	FFS		# Berkeley fast file system
531.9Sis#file-system 	LFS		# log-structured filesystem (experimental)
541.9Sisfile-system 	MFS		# Memory based filesystem
551.9Sisfile-system 	NFS		# Network File System client side code
561.9Sisfile-system 	ADOSFS		# AmigaDOS file system
571.9Sisfile-system 	CD9660		# ISO 9660 + Rock Ridge filesystem
581.9Sisfile-system 	MSDOSFS		# MS-DOS filesystem
591.9Sisfile-system 	FDESC		# user file descriptor filesystem
601.9Sisfile-system 	KERNFS		# kernel data-structure filesystem
611.9Sisfile-system 	NULLFS		# loopback filesystem
621.9Sis#file-system 	PORTAL		# Portal filesystem
631.9Sisfile-system 	PROCFS		# /proc filesystem
641.9Sisfile-system 	UMAPFS		# NULLFS + uid and gid remapping
651.9Sisfile-system 	UNION		# union filesystem
661.9Sis
671.9Sis#Filesystem options
681.9Sisoptions 	NFSSERVER	# Network File System server side code
691.9Sisoptions 	QUOTA		# User and group quotas in FFS
701.9Sis#options 	FFS_EI		# FFS Endian Independant support
711.9Sis
721.9Sis#Compatability options for various existing systems
731.9Sis
741.9Sisoptions 	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
751.9Sisoptions 	COMPAT_43	# compatibility with 4.3BSD interfaces
761.9Sisoptions 	COMPAT_09	# compatibility with NetBSD 0.9
771.9Sisoptions 	COMPAT_10	# compatibility with NetBSD 1.0
781.9Sisoptions 	COMPAT_12	# compatibility with NetBSD 1.2
791.9Sisoptions 	COMPAT_13	# compatibility with NetBSD 1.3
801.10Sisoptions 	COMPAT_SUNOS	# Support to run Sun (m68k) executables
811.9Sisoptions 	COMPAT_NOMID	# allow nonvalid machine id executables
821.10Sis#options 	COMPAT_LINUX	# Support to run Linux/m68k executables
831.9Sis#options 	EXEC_ELF32	# 32-bit ELF executables (Linux)
841.9Sis
851.9Sis#Support for System V IPC facilities.
861.9Sis
871.9Sisoptions 	SYSVSHM		# System V-like shared memory
881.9Sisoptions 	SYSVMSG		# System V-like messages
891.9Sisoptions 	SYSVSEM		# System V-like semaphores
901.9Sis
911.9Sis#Support for various kernel options
921.9Sis
931.9Sisoptions 	KTRACE		# system call tracing support
941.9Sisoptions 	LKM		# Loadable kernel modules
951.9Sisoptions 	NKMEMCLUSTERS=256	# Size of kernel malloc area
961.9Sisoptions 	UCONSOLE	# anyone can redirect a virtual console
971.9Sis#options 	INSECURE	# allow, among other insecure stuff, LKM 
981.10Sis				#loading in multi-user mode.
991.9Sisoptions 	SCSIVERBOSE	# Verbose SCSI errors
1001.9Sis
1011.9Sisoptions 	NTP		# NTP phase/frequency locked loop
1021.9Sis
1031.9Sis#Misc. debugging options
1041.9Sis
1051.9Sisoptions 	DDB		# Kernel debugger
1061.9Sis#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
1071.9Sisoptions 	DIAGNOSTIC	# Extra kernel sanity checks
1081.9Sis#options 	DEBUG		# Enable misc. kernel debugging code
1091.9Sis#options 	SYSCALL_DEBUG	# debug all syscalls.
1101.9Sis#options 	SCSIDEBUG	# Add SCSI debugging statements
1111.9Sis#options 	PANICBUTTON	# Forced crash via keypress (???)
1121.9Sis
1131.9Sis#Amiga specific options
1141.9Sis
1151.10Sis#options 	LIMITMEM=24	# Do not use more than LIMITMEM MB of the
1161.10Sis				#first bank of RAM. (default: unlimited)
1171.9Sis#options	NKPTADD=4	# set this for 4 additional KPT pages
1181.9Sis#options	NKPTADDSHIFT=24	# set this for 1 additional KPT page
1191.10Sis				#per 16 MB (1<<24 bytes) of RAM
1201.10Sis                                
1211.10Sis                                #increase NKPTADD if you get "out of PT pages"
1221.10Sis                                #panics.
1231.9Sis#ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete
1241.9Sis#before the 10 secondinterval ends, or that KBDRESET does work at all.
1251.9Sis#options 	KBDRESET	# sync on Ctrl-Amiga-Amiga
1261.9Sis
1271.9Sis#These options improve performance with the built-in serial port
1281.9Sis#on slower Amigas.  Try the larger buffers first then lev6_defer.
1291.9Sis#options 	SERIBUF_SIZE=4096
1301.9Sis#options 	SEROBUF_SIZE=32
1311.9Sis#options 	LEV6_DEFER	# defers l6 to l4 (below serial l5)
1321.9Sis
1331.9Sisoptions 	RETINACONSOLE	# enable code to allow retina to be console
1341.9Sis
1351.9Sisoptions 	ULOWELLCONSOLE	# enable code to allow a2410 to be console
1361.9Sisoptions 	CL5426CONSOLE	# Cirrus console
1371.9Sisoptions 	CV64CONSOLE	# CyberVision console
1381.9Sisoptions 	TSENGCONSOLE	# Tseng console
1391.9Sisoptions 	CV3DCONSOLE	# CyberVision 64/3D console
1401.9Sis
1411.9Sisoptions 	GRF_ECS		# Enhanced Chip Set
1421.9Sisoptions 	GRF_NTSC	# NTSC
1431.9Sisoptions 	GRF_PAL		# PAL
1441.9Sisoptions 	GRF_A2024	# Support for the A2024
1451.9Sisoptions 	GRF_AGA		# AGA Chip Set
1461.9Sisoptions 	GRF_SUPER72	# AGA Super-72
1471.9Sis
1481.9Sis#options 	KFONT_8X11	# 8x11 font
1491.9Sis
1501.9Sis#This is how you would tell the kernel the A2410 oscillator frequencies:
1511.10Sis#The used frequencies are the defaults, decrease this, or define and  do not need option setting
1521.9Sis#options 	ULOWELL_OSC1=36000000
1531.9Sis#options 	ULOWELL_OSC2=66667000
1541.9Sis
1551.9Sis#This is how you specify the blitting speed, higher values may speed up blits
1561.9Sis#a littel bit.  If you raise this value too much some trash may appear.
1571.9Sis#the commented version is the default.
1581.9Sis#options 	RH_MEMCLK=61000000
1591.10Sis#this option enables the 64 bit sprite which does not work
1601.9Sis#for quite a few people.  E.g. The cursor sprite will turn to a block
1611.9Sis#when moved to the top of the screen in X.
1621.9Sis#options 	RH_64BIT_SPRITE
1631.9Sis#enables fast scroll code appears to now work on 040 systems.
1641.9Sis#options 	RETINA_SPEED_HACK
1651.9Sis#enables the Hardwarecursor which does not work on some systems.
1661.9Sis#options 	RH_HARDWARECURSOR
1671.9Sis
1681.9Sisgrfcc0		at mainbus0		# custom chips
1691.9Sisgrfrt0		at zbus0		# retina II
1701.9Sis
1711.9Sisgrfrh0		at zbus0		# retina III
1721.9Sis
1731.9Sisgrfcl*		at zbus0		# Picasso II/Piccalo/Spectrum
1741.9Sisgrful0		at zbus0		# A2410
1751.9Sisgrfcv0		at zbus0		# CyberVision 64
1761.9Sisgrfet*		at zbus0		# Tseng (oMniBus, Domino, Merlin)
1771.9Sisgrfcv3d0	at zbus0		# CyberVision 64/3D
1781.9Sis
1791.9Sisgrf0		at grfcc0
1801.9Sisgrf1		at grfrt0
1811.9Sis
1821.9Sisgrf2		at grfrh0
1831.9Sis
1841.9Sisgrf3		at grfcl?
1851.9Sisgrf4		at grful0
1861.9Sisgrf5		at grfcv0
1871.9Sisgrf6		at grfet?
1881.9Sisgrf7		at grfcv3d0
1891.9Sis
1901.10Sisite0		at grf0			# terminal emulators for grfs
1911.10Sisite1		at grf1			# terminal emulators for grfs
1921.9Sis
1931.10Sisite2		at grf2			# terminal emulators for grfs
1941.9Sis
1951.10Sisite3		at grf3			# terminal emulators for grfs
1961.10Sisite4		at grf4			# terminal emulators for grfs
1971.10Sisite5		at grf5			# terminal emulators for grfs
1981.10Sisite6		at grf6			# terminal emulators for grfs
1991.10Sisite7		at grf7			# terminal emulators for grfs
2001.9Sis
2011.9Sismsc0		at zbus0		# A2232 MSC multiport serial.
2021.9Sismfc0		at zbus0		# MultiFaceCard I/O board
2031.9Sismfcs0		at mfc0 unit 0		# MFC serial
2041.9Sismfcs1		at mfc0 unit 1		# MFC serial
2051.9Sis#mfcp0		at mfc0 unit 0		# MFC parallel [not available yet]
2061.9Sis#mfc1		at zbus0		# MultiFaceCard 2nd I/O board
2071.9Sis#mfcs2		at mfc1 unit 0
2081.9Sis#mfcs3		at mfc1 unit 1
2091.9Sis#mfcp1		at mfc1 unit 0
2101.9Sis
2111.9Sishyper*		at zbus?		# zbus HyperCom3 + HyperCom4
2121.9Sis#hyper*		at mainbus0		# not yet: HyperCom1 + HyperCom3
2131.9Siscom*		at hyper? port ?	# Hypercom3/4 serial ports
2141.9Sis#lpt*		at hyper? port ?	# not yet: Hypercom3 parallel port
2151.9Sis
2161.10Sis#Amiga Mainboard devices (sans graphics decrease this, or define and  keyboard)
2171.9Sis
2181.9Sisser0		at mainbus0		# Amiga onboard serial
2191.9Sispar0		at mainbus0		# Amiga onboard parallel
2201.9Sisms*		at mainbus0		# Amiga mice
2211.9Sisfdc0		at mainbus0		# Amiga FDC
2221.9Sisfd*		at fdc0 unit ?		# floppy disks on the later
2231.9Sisa34kbbc0	at mainbus0		# A3000/A4000 battery backed clock
2241.9Sisa2kbbc0 	at mainbus0		# A2000 battery backed clock
2251.9Sisaucc*		at mainbus0		# Amiga CC audio
2261.9Sisaudio*		at aucc?
2271.9Sis
2281.9Sis#Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics)
2291.9Sis
2301.10Sis#Alas, Melody-Z2 dont configure in the DraCo bus. 
2311.9Sismelody* 	at zbus0		# Melody MPEG audio decoder
2321.9Sisaudio*		at melody?
2331.9Sis
2341.9Sis#Ethernet cards:
2351.9Sisle*		at zbus0		# A2065, Ameristar, Ariadne
2361.9Sisne*		at zbus0		# AriadneII
2371.9Sised0		at zbus0		# Hydra, ASDG LanRover
2381.9Sises0		at zbus0		# CEI A4066 EthernetPLUS
2391.9Sisqn0		at zbus0		# Quicknet
2401.9Sis
2411.9Sisbah*		at zbus0		# C=/Ameristar A2060 / 560
2421.9Sis
2431.9Sis#Greater Valley Product Bus
2441.9Sisgvpbus* 	at zbus0
2451.9Sis
2461.9Sis#scsi stuff, all possible
2471.9Sisgtsc0		at gvpbus?		# GVP series II scsi
2481.9Sisscsibus*	at gtsc0
2491.9Sisahsc0		at mainbus0		# A3000 scsi
2501.9Sisscsibus*	at ahsc0
2511.9Sisatzsc0		at zbus0		# A2091 scsi
2521.9Sisscsibus*	at atzsc0
2531.9Siswstsc0		at zbus0		# Wordsync II scsi
2541.9Sisscsibus*	at wstsc0
2551.9Sisivsc0		at zbus0		# IVS scsi
2561.9Sisscsibus*	at ivsc0
2571.9Sismlhsc0		at zbus0		# Hacker scsi
2581.9Sisscsibus*	at mlhsc0
2591.9Sisotgsc0		at zbus0		# 12 gauge scsi
2601.9Sisscsibus*	at otgsc0
2611.9Siszssc0		at zbus0		# Zeus scsi
2621.9Sisscsibus*	at zssc0
2631.9Sismgnsc0		at zbus0		# Magnum scsi
2641.9Sisscsibus*	at mgnsc0
2651.9Siswesc0		at zbus0		# Warp Engine scsi
2661.9Sisscsibus*	at wesc0
2671.9Sisafsc0		at zbus0		# A4091 scsi
2681.9Sisscsibus*	at afsc0
2691.9Sisaftsc0		at mainbus0		# A4000T scsi
2701.9Sisscsibus*	at aftsc0
2711.9Sisflsc0		at zbus0		# FastlaneZ3 scsi
2721.9Sisscsibus*	at flsc0
2731.9Sisbzsc0		at zbus0		# Blizzard 1230 I,II scsi 
2741.9Sisscsibus*	at bzsc0
2751.9Sisbzivsc0 	at zbus0		# Blizzard 12x0 IV scsi 
2761.9Sisscsibus*	at bzivsc0
2771.9Sisbztzsc0 	at zbus0		# Blizzard 2060 scsi
2781.9Sisscsibus*	at bztzsc0
2791.9Siscbsc0		at zbus0		# CyberSCSI I
2801.9Sisscsibus*	at cbsc0
2811.9Siscbiisc0 	at zbus0		# CyberSCSI II
2821.9Sisscsibus*	at cbiisc0
2831.10Siscbiiisc0 	at zbus0		# Cyberstorm mk.III/Cyberstorm PPC SCSI
2841.10Sisscsibus*	at cbiiisc0
2851.9Sisempsc0		at zbus0		# Emplant scsi
2861.9Sisscsibus*	at empsc0
2871.9Sisidesc0		at mainbus0		# A4000 & A1200 IDE
2881.9Sisscsibus*	at idesc0
2891.9Sis
2901.9Sis#each hard drive from low target to high
2911.9Sis#will configure to the next available sd unit number
2921.9Sissd*	at scsibus? target ? lun ?	# scsi disks
2931.9Sisst*	at scsibus? target ? lun ?	# scsi tapes
2941.10Siscd*	at scsibus? target ? lun ?	# scsi cds
2951.9Sisss*	at scsibus? target ? lun ?	# scsi scanner
2961.9Sisch*	at scsibus? target ? lun ?	# scsi autochangers
2971.9Sisuk*	at scsibus? target ? lun ?	# scsi unknown
2981.9Sis
2991.9Sispseudo-device	loop			# loopback network interface
3001.9Sispseudo-device	sl		1	# SLIP network interfaces
3011.9Sispseudo-device	ppp		1	# PPP network interfaces
3021.9Sispseudo-device	tun		1	# network tunnel line discipline
3031.9Sis#pseudo-device	gre		2	# generic L3 over IP tunnel
3041.9Sispseudo-device	bpfilter	16	# Berkeley packet filter
3051.9Sispseudo-device	ipfilter		# IP Filter package
3061.9Sis
3071.9Sispseudo-device	view		10	# views
3081.9Sispseudo-device	pty		16	# pseudo ptys
3091.9Sis
3101.9Sispseudo-device	vnd		4	# vnode pseudo-disks
3111.9Sispseudo-device	ccd		4	# concatenated disk devices
3121.9Sis#pseudo-device	raid		4	# RAIDframe disk driver
3131.9Sis
3141.9Sis#rnd is EXPERIMENTAL at this point.
3151.10Sis#pseudo-device  rnd                     # /dev/random decrease this, or define and  in-kernel generator
3161.9Sis#options        RND_COM                 # use "com" randomness as well (BROKEN)
3171.9Sis
3181.9Sisconfig	netbsd root on ? type ?
3191.5Schopps
320