AMIGA revision 1.14
11.9Sis# $NetBSD: AMIGA,v 1.14 1999/04/10 21:36:59 tron 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.14Stron#$ NetBSD: GENERIC,v 1.120 1999/04/10 21:23:27 tron 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.12Sis				# MC68060 with an OS ROM up to (at least) 
181.12Sis				# V40 (OS3.1) and want to boot with the
191.12Sis				# bootblock.
201.12Sis				# You do not need this if you have a DraCo,
211.12Sis				# 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.12Sis				# 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.12Sis				# 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.12Sis				# per 16 MB (1<<24 bytes) of RAM
1201.12Sis                                # define and decrease this, or define and
1211.12Sis                                # increase NKPTADD if you get "out of PT pages"
1221.12Sis                                # panics.
1231.12Sis
1241.9Sis#ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete
1251.9Sis#before the 10 secondinterval ends, or that KBDRESET does work at all.
1261.9Sis#options 	KBDRESET	# sync on Ctrl-Amiga-Amiga
1271.9Sis
1281.9Sis#These options improve performance with the built-in serial port
1291.9Sis#on slower Amigas.  Try the larger buffers first then lev6_defer.
1301.9Sis#options 	SERIBUF_SIZE=4096
1311.9Sis#options 	SEROBUF_SIZE=32
1321.9Sis#options 	LEV6_DEFER	# defers l6 to l4 (below serial l5)
1331.9Sis
1341.9Sisoptions 	RETINACONSOLE	# enable code to allow retina to be console
1351.9Sis
1361.9Sisoptions 	ULOWELLCONSOLE	# enable code to allow a2410 to be console
1371.9Sisoptions 	CL5426CONSOLE	# Cirrus console
1381.9Sisoptions 	CV64CONSOLE	# CyberVision console
1391.9Sisoptions 	TSENGCONSOLE	# Tseng console
1401.9Sisoptions 	CV3DCONSOLE	# CyberVision 64/3D console
1411.9Sis
1421.9Sisoptions 	GRF_ECS		# Enhanced Chip Set
1431.9Sisoptions 	GRF_NTSC	# NTSC
1441.9Sisoptions 	GRF_PAL		# PAL
1451.9Sisoptions 	GRF_A2024	# Support for the A2024
1461.9Sisoptions 	GRF_AGA		# AGA Chip Set
1471.12Sisoptions 	GRF_AGA_VGA	# AGA VGAONLY timing
1481.9Sisoptions 	GRF_SUPER72	# AGA Super-72
1491.9Sis
1501.9Sis#options 	KFONT_8X11	# 8x11 font
1511.9Sis
1521.9Sis#This is how you would tell the kernel the A2410 oscillator frequencies:
1531.12Sis#The used frequencies are the defaults, and do not need option setting
1541.9Sis#options 	ULOWELL_OSC1=36000000
1551.9Sis#options 	ULOWELL_OSC2=66667000
1561.9Sis
1571.9Sis#This is how you specify the blitting speed, higher values may speed up blits
1581.9Sis#a littel bit.  If you raise this value too much some trash may appear.
1591.9Sis#the commented version is the default.
1601.9Sis#options 	RH_MEMCLK=61000000
1611.10Sis#this option enables the 64 bit sprite which does not work
1621.9Sis#for quite a few people.  E.g. The cursor sprite will turn to a block
1631.9Sis#when moved to the top of the screen in X.
1641.9Sis#options 	RH_64BIT_SPRITE
1651.9Sis#enables fast scroll code appears to now work on 040 systems.
1661.9Sis#options 	RETINA_SPEED_HACK
1671.9Sis#enables the Hardwarecursor which does not work on some systems.
1681.9Sis#options 	RH_HARDWARECURSOR
1691.9Sis
1701.9Sisgrfcc0		at mainbus0		# custom chips
1711.9Sisgrfrt0		at zbus0		# retina II
1721.9Sis
1731.9Sisgrfrh0		at zbus0		# retina III
1741.9Sis
1751.9Sisgrfcl*		at zbus0		# Picasso II/Piccalo/Spectrum
1761.9Sisgrful0		at zbus0		# A2410
1771.9Sisgrfcv0		at zbus0		# CyberVision 64
1781.9Sisgrfet*		at zbus0		# Tseng (oMniBus, Domino, Merlin)
1791.9Sisgrfcv3d0	at zbus0		# CyberVision 64/3D
1801.9Sis
1811.9Sisgrf0		at grfcc0
1821.9Sisgrf1		at grfrt0
1831.9Sis
1841.9Sisgrf2		at grfrh0
1851.9Sis
1861.9Sisgrf3		at grfcl?
1871.9Sisgrf4		at grful0
1881.9Sisgrf5		at grfcv0
1891.9Sisgrf6		at grfet?
1901.9Sisgrf7		at grfcv3d0
1911.9Sis
1921.10Sisite0		at grf0			# terminal emulators for grfs
1931.10Sisite1		at grf1			# terminal emulators for grfs
1941.9Sis
1951.10Sisite2		at grf2			# terminal emulators for grfs
1961.9Sis
1971.10Sisite3		at grf3			# terminal emulators for grfs
1981.10Sisite4		at grf4			# terminal emulators for grfs
1991.10Sisite5		at grf5			# terminal emulators for grfs
2001.10Sisite6		at grf6			# terminal emulators for grfs
2011.10Sisite7		at grf7			# terminal emulators for grfs
2021.9Sis
2031.9Sismsc0		at zbus0		# A2232 MSC multiport serial.
2041.9Sismfc0		at zbus0		# MultiFaceCard I/O board
2051.9Sismfcs0		at mfc0 unit 0		# MFC serial
2061.9Sismfcs1		at mfc0 unit 1		# MFC serial
2071.9Sis#mfcp0		at mfc0 unit 0		# MFC parallel [not available yet]
2081.9Sis#mfc1		at zbus0		# MultiFaceCard 2nd I/O board
2091.9Sis#mfcs2		at mfc1 unit 0
2101.9Sis#mfcs3		at mfc1 unit 1
2111.9Sis#mfcp1		at mfc1 unit 0
2121.9Sis
2131.9Sishyper*		at zbus?		# zbus HyperCom3 + HyperCom4
2141.9Sis#hyper*		at mainbus0		# not yet: HyperCom1 + HyperCom3
2151.9Siscom*		at hyper? port ?	# Hypercom3/4 serial ports
2161.9Sis#lpt*		at hyper? port ?	# not yet: Hypercom3 parallel port
2171.9Sis
2181.12Sis#Amiga Mainboard devices (sans graphics and keyboard)
2191.9Sis
2201.9Sisser0		at mainbus0		# Amiga onboard serial
2211.9Sispar0		at mainbus0		# Amiga onboard parallel
2221.9Sisms*		at mainbus0		# Amiga mice
2231.9Sisfdc0		at mainbus0		# Amiga FDC
2241.9Sisfd*		at fdc0 unit ?		# floppy disks on the later
2251.9Sisa34kbbc0	at mainbus0		# A3000/A4000 battery backed clock
2261.9Sisa2kbbc0 	at mainbus0		# A2000 battery backed clock
2271.9Sisaucc*		at mainbus0		# Amiga CC audio
2281.9Sisaudio*		at aucc?
2291.9Sis
2301.9Sis#Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics)
2311.9Sis
2321.10Sis#Alas, Melody-Z2 dont configure in the DraCo bus. 
2331.9Sismelody* 	at zbus0		# Melody MPEG audio decoder
2341.9Sisaudio*		at melody?
2351.9Sis
2361.9Sis#Ethernet cards:
2371.9Sisle*		at zbus0		# A2065, Ameristar, Ariadne
2381.9Sisne*		at zbus0		# AriadneII
2391.9Sised0		at zbus0		# Hydra, ASDG LanRover
2401.9Sises0		at zbus0		# CEI A4066 EthernetPLUS
2411.9Sisqn0		at zbus0		# Quicknet
2421.9Sis
2431.9Sisbah*		at zbus0		# C=/Ameristar A2060 / 560
2441.9Sis
2451.9Sis#Greater Valley Product Bus
2461.9Sisgvpbus* 	at zbus0
2471.9Sis
2481.9Sis#scsi stuff, all possible
2491.9Sisgtsc0		at gvpbus?		# GVP series II scsi
2501.9Sisscsibus*	at gtsc0
2511.9Sisahsc0		at mainbus0		# A3000 scsi
2521.9Sisscsibus*	at ahsc0
2531.9Sisatzsc0		at zbus0		# A2091 scsi
2541.9Sisscsibus*	at atzsc0
2551.9Siswstsc0		at zbus0		# Wordsync II scsi
2561.9Sisscsibus*	at wstsc0
2571.9Sisivsc0		at zbus0		# IVS scsi
2581.9Sisscsibus*	at ivsc0
2591.9Sismlhsc0		at zbus0		# Hacker scsi
2601.9Sisscsibus*	at mlhsc0
2611.9Sisotgsc0		at zbus0		# 12 gauge scsi
2621.9Sisscsibus*	at otgsc0
2631.9Siszssc0		at zbus0		# Zeus scsi
2641.9Sisscsibus*	at zssc0
2651.9Sismgnsc0		at zbus0		# Magnum scsi
2661.9Sisscsibus*	at mgnsc0
2671.9Siswesc0		at zbus0		# Warp Engine scsi
2681.9Sisscsibus*	at wesc0
2691.9Sisafsc0		at zbus0		# A4091 scsi
2701.9Sisscsibus*	at afsc0
2711.9Sisaftsc0		at mainbus0		# A4000T scsi
2721.9Sisscsibus*	at aftsc0
2731.9Sisflsc0		at zbus0		# FastlaneZ3 scsi
2741.9Sisscsibus*	at flsc0
2751.9Sisbzsc0		at zbus0		# Blizzard 1230 I,II scsi 
2761.9Sisscsibus*	at bzsc0
2771.9Sisbzivsc0 	at zbus0		# Blizzard 12x0 IV scsi 
2781.9Sisscsibus*	at bzivsc0
2791.9Sisbztzsc0 	at zbus0		# Blizzard 2060 scsi
2801.9Sisscsibus*	at bztzsc0
2811.9Siscbsc0		at zbus0		# CyberSCSI I
2821.9Sisscsibus*	at cbsc0
2831.9Siscbiisc0 	at zbus0		# CyberSCSI II
2841.9Sisscsibus*	at cbiisc0
2851.10Siscbiiisc0 	at zbus0		# Cyberstorm mk.III/Cyberstorm PPC SCSI
2861.10Sisscsibus*	at cbiiisc0
2871.9Sisempsc0		at zbus0		# Emplant scsi
2881.9Sisscsibus*	at empsc0
2891.9Sisidesc0		at mainbus0		# A4000 & A1200 IDE
2901.9Sisscsibus*	at idesc0
2911.9Sis
2921.9Sis#each hard drive from low target to high
2931.9Sis#will configure to the next available sd unit number
2941.9Sissd*	at scsibus? target ? lun ?	# scsi disks
2951.9Sisst*	at scsibus? target ? lun ?	# scsi tapes
2961.10Siscd*	at scsibus? target ? lun ?	# scsi cds
2971.9Sisss*	at scsibus? target ? lun ?	# scsi scanner
2981.9Sisch*	at scsibus? target ? lun ?	# scsi autochangers
2991.9Sisuk*	at scsibus? target ? lun ?	# scsi unknown
3001.9Sis
3011.9Sispseudo-device	loop			# loopback network interface
3021.9Sispseudo-device	sl		1	# SLIP network interfaces
3031.9Sispseudo-device	ppp		1	# PPP network interfaces
3041.9Sispseudo-device	tun		1	# network tunnel line discipline
3051.9Sis#pseudo-device	gre		2	# generic L3 over IP tunnel
3061.14Stron#pseudo-device	ipip		2	# IP Encapsulation within IP (RFC 2003)
3071.9Sispseudo-device	bpfilter	16	# Berkeley packet filter
3081.9Sispseudo-device	ipfilter		# IP Filter package
3091.9Sis
3101.9Sispseudo-device	view		10	# views
3111.9Sispseudo-device	pty		16	# pseudo ptys
3121.9Sis
3131.9Sispseudo-device	vnd		4	# vnode pseudo-disks
3141.9Sispseudo-device	ccd		4	# concatenated disk devices
3151.9Sis#pseudo-device	raid		4	# RAIDframe disk driver
3161.9Sis
3171.9Sis#rnd is EXPERIMENTAL at this point.
3181.12Sis#pseudo-device  rnd                     # /dev/random and in-kernel generator
3191.9Sis#options        RND_COM                 # use "com" randomness as well (BROKEN)
3201.9Sis
3211.9Sisconfig	netbsd root on ? type ?
3221.5Schopps
323